Skip to content

Eunit addons make it easier to work with tests that require some kind of setup/cleanup to be performed before/after each test

License

Notifications You must be signed in to change notification settings

klajo/eunit_addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EUnit addons

Hex pm Build Status Erlang Versions

This application contains a set of addons which make it easier to work with EUnit tests, especially tests which require some kind of setup/cleanup before/after each test.

See the documentation for the eunit_addons module for more information.

To build the library:

rebar3 compile

The documentation seen on github is generated using the edown extension which generates documentation which is immediately readable on github.

This generated documentation using regular edoc:

rebar3 edoc

This generated documentation using edown:

rebar3 as edown edoc

About

Eunit addons make it easier to work with tests that require some kind of setup/cleanup to be performed before/after each test

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages