Skip to content
master
Go to file
Code
This branch is 754 commits behind proper-testing:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README

Quick guide on usage:

* Compile PropEr (run 'make', or 'make all' if you also want to build the
  documentation)
* Add PropEr's base directory to your ERL_LIBS environment variable - I do this
  by adding the following line to my ~/.bashrc file:
  'export ERL_LIBS=~/path/to/proper'
* Add the following include line to all source files containing properties you
  wish to test:
  '-include_lib("proper/include/proper.hrl").'
* Compile your source files.
* For each property, run:
  'proper:check(your_module:some_property()).'

About

PropEr: a QuickCheck-inspired Property-based testing tool for Erlang

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.