Skip to content

Each example should have its own endpoints.yaml file #50

@php-coder

Description

@php-coder
Owner

Pros:

  1. endpoints.yaml for language without types won't contain additional information about fields types
  2. allows us to add a new feature gradually (by updating relevant endpoints.yaml instead of a global one)
  3. later it will help us to detect changes only for particular language and skip other tests
  4. it became possible to use different SQL queries. Especially useful for SQLite (Support SQLite #53) that doesn't have NOW() function
    Cons:
  5. duplication
  6. the integration tests also should be split

Activity

added this to the 0.0.3 milestone on Apr 14, 2024
self-assigned this
on Apr 14, 2024
modified the milestones: 0.0.3, 0.0.4 on Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

decisionRequires making a decision

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @php-coder

      Issue actions

        Each example should have its own endpoints.yaml file · Issue #50 · php-coder/query2app