Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 351 Bytes

README.rst

File metadata and controls

22 lines (13 loc) · 351 Bytes

Website Backend

Backend application for neocratia.org website

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

$ coverage run manage.py test
$ coverage html
$ open htmlcov/index.html

Running tests with py.test

$ py.test