cbortz / schema_assertions

ExUnit assertions for Ecto schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ExUnit assertions for Ecto schemas

License:Apache License 2.0


Languages

Language:Elixir 84.6%Language:Shell 15.4%