From 013b5eaceac7b05dbf41d367e1899a27aa12f7be Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sat, 15 Nov 2014 11:29:58 +0100 Subject: [PATCH] Added tests/README.rst --- tests/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/README.rst 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/.