ExUnit assertions for Ecto schemas.
This library is part of the Synchronal suite of libraries and tools which includes more than 15 open source Elixir libraries as well as some Rust libraries and tools.
You can support our open source work by sponsoring us. If you have specific features in mind, bugs you'd like fixed, or new libraries you'd like to see, file an issue or contact us at [email protected].
def deps do
[
{:schema_assertions, "~> 2.0"}
]
end
SchemaAssertions uses medic for its development workflow.
brew bundle
medic doctor
medic test
medic audit
medic update
medic shipit
This code is available under the Apache 2.0 license. See also license. Based on code from Epi Viewpoint.