Added a development.txt requirements file in order to ease development. Documented how to run coverage.py.

This commit is contained in:
Omer Katz 2013-01-25 09:44:06 +03:00
parent a57c0c5aae
commit 5db882f337
2 changed files with 6 additions and 0 deletions

View File

@ -79,6 +79,11 @@ To run the tests.
./rest_framework/runtests/runtests.py
To run the tests with code coverage.
pip install -r development.txt
./rest_framework/runtests/runcoverage.py
# Changelog
### 2.1.16

1
development.txt Normal file
View File

@ -0,0 +1 @@
coverage