-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Ecto has integration tests (see https://github.com/elixir-lang/ecto#running-tests ). It would be cool if we had something like that, so when running e.g. MIX_ENV=pg mix test, a database would be created and we would test the schema, queries etc. That way the integration with both Ecto and the database would be tested.