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/.