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