mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +03:00
Added a development.txt requirements file in order to ease development. Documented how to run coverage.py.
This commit is contained in:
parent
a57c0c5aae
commit
5db882f337
|
@ -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
1
development.txt
Normal file
|
@ -0,0 +1 @@
|
|||
coverage
|
Loading…
Reference in New Issue
Block a user