-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
An integration test suite should be developed, so any Ecto adapters can be tested.
The test cases could be defined as JSON to make it easy for the community to contribute.
[
{
"name": "test select statement",
"input”: ["select 1", {}],
"output": ["select 1", []],
"type”: "standard" // postgresql, tds, mysql …
}
…]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed