- Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Pros:
endpoints.yamlfor language without types won't contain additional information about fields types- allows us to add a new feature gradually (by updating relevant
endpoints.yamlinstead 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