From 5db882f337cf4f5597c5e491669510024c0c80e7 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Fri, 25 Jan 2013 09:44:06 +0300 Subject: [PATCH] Added a development.txt requirements file in order to ease development. Documented how to run coverage.py. --- README.md | 5 +++++ development.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 development.txt 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