2014-11-15 18:29:58 +08:00
|
|
|
To run the test suite::
|
|
|
|
|
2014-11-30 00:45:06 +08:00
|
|
|
$ cd tests
|
|
|
|
$ pip install -r requirements/py3.txt # or py2.txt
|
2014-11-15 18:29:58 +08:00
|
|
|
$ PYTHONPATH=..:$PYTHONPATH ./runtests.py
|
|
|
|
|
|
|
|
For more information about the test suite, see
|
|
|
|
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.
|