calecto icon indicating copy to clipboard operation
calecto copied to clipboard

Integration tests

Open lau opened this issue 9 years ago • 1 comments

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.

lau avatar Feb 18 '16 15:02 lau

Great idea!

stevedomin avatar Feb 18 '16 17:02 stevedomin