1
0
mirror of https://github.com/django/django.git synced 2025-04-01 03:56:42 +00:00

Added tests/README.rst

This commit is contained in:
Danilo Bargen 2014-11-15 11:29:58 +01:00 committed by Tim Graham
parent d2d6c0c097
commit 013b5eacea

6
tests/README.rst Normal file
View File

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