diff --git a/README.md b/README.md index d7cc1c6d6..d4c607768 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/development.txt b/development.txt new file mode 100644 index 000000000..ed9f9cc12 --- /dev/null +++ b/development.txt @@ -0,0 +1 @@ +coverage \ No newline at end of file