/property_based_testing

Doing some property based testing, for science!

Primary LanguageElixir

Pbt

TODO: Add description

Testing from IEx

  • iex -S mix
  • :proper_gen.pick(:proper_types.list(:proper_types.char()))

Installation

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

def deps do
  [
    {:pbt, "~> 0.1.0"}
  ]
end

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