Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 468 Bytes

People

Build Status

A human resources management app for human beings.

This is work in progress. Not much to see here for the moment (have a look at the models).

Test it

To install the requirements from requirements.txt:

make requirements

To run the tests:

make test

To run the test and get HTML coverage report in cover/ directory:

make cover