/schema_assertions

ExUnit assertions for Ecto schemas

Primary LanguageElixirApache License 2.0Apache-2.0

SchemaAssertions

ExUnit assertions for Ecto schemas.

Work in progress.

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.

Other useful schema-related libraries

License

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