Skip to content

Neocratia/website-backend

Repository files navigation

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