View Source SchemaAssertions

ExUnit assertions for Ecto schemas.

Work in progress.

installation

Installation

If available in Hex, the package can be installed by adding schema_assertions to your list of dependencies in mix.exs:

def deps do
  [
    {:schema_assertions, "~> 0.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/schema_assertions.

license

License

This code is available under the Apache 2.0 license. See also license. Based on code from Epi Viewpoint.