mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
7 lines
206 B
ReStructuredText
7 lines
206 B
ReStructuredText
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/.
|