-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Pros:
endpoints.yaml
for language without types won't contain additional information about fields types- allows us to add a new feature gradually (by updating relevant
endpoints.yaml
instead of a global one) - later it will help us to detect changes only for particular language and skip other tests
- it became possible to use different SQL queries. Especially useful for SQLite (Support SQLite #53) that doesn't have
NOW()
function
Cons: - duplication
- the integration tests also should be split
Metadata
Metadata
Assignees
Labels
decisionRequires making a decisionRequires making a decision
Projects
Milestone
Relationships
Development
Select code repository
Activity