Skip to content

Ecto plugin with default configuration for repos for testing different ecto plugins with databases

License

Notifications You must be signed in to change notification settings

xerions/ecto_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EctoIt Build Status

Library for simple integration tests for Ecto, which implements EctoIt.Repo module, which based on MIX_ENV dispatch the call to related Postgres or Mysql database.

Usage:

Application.ensure_all_started(:ecto_it)

Start of :ecto_it do storage_up and stop of :ecto_it do storage_down, in between your can use EctoIt.Repo for testing. See tests, for how to use it.

About

Ecto plugin with default configuration for repos for testing different ecto plugins with databases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages