Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 267 Bytes

contributing.rst

File metadata and controls

18 lines (10 loc) · 267 Bytes

Contributing

If you wish to contribute, please add corresponding tests.

Running tests:

make test

Checking coverage (requires coverage package):

make coverage

Run tests for all python-django combinations

tox