summaryrefslogtreecommitdiff
path: root/tests/README.rst
diff options
context:
space:
mode:
authorDanilo Bargen <mail@dbrgn.ch>2014-11-15 11:29:58 +0100
committerTim Graham <timograham@gmail.com>2014-11-15 19:47:05 +0100
commit013b5eaceac7b05dbf41d367e1899a27aa12f7be (patch)
tree4d739f1514c386cd78a46565893849445cab2c25 /tests/README.rst
parentd2d6c0c097072e2a8ece755fdc2d50c111104e7d (diff)
downloaddjango-013b5eaceac7b05dbf41d367e1899a27aa12f7be.tar.gz
Added tests/README.rst
Diffstat (limited to 'tests/README.rst')
-rw-r--r--tests/README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/README.rst b/tests/README.rst
new file mode 100644
index 0000000000..1a12cad3fa
--- /dev/null
+++ b/tests/README.rst
@@ -0,0 +1,6 @@
+To run the test suite::
+
+ $ PYTHONPATH=..:$PYTHONPATH ./runtests.py
+
+For more information about the test suite, see
+https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.