2016-10-27 07:15:33 +08:00
|
|
|
To run the test suite, first, create and activate a virtual environment. Then
|
|
|
|
install some requirements and run the tests::
|
2014-11-15 18:29:58 +08:00
|
|
|
|
2014-11-30 00:45:06 +08:00
|
|
|
$ cd tests
|
2019-04-14 23:02:36 +08:00
|
|
|
$ python -m pip install -e ..
|
|
|
|
$ python -m pip install -r requirements/py3.txt
|
2016-10-27 07:15:33 +08:00
|
|
|
$ ./runtests.py
|
2014-11-15 18:29:58 +08:00
|
|
|
|
|
|
|
For more information about the test suite, see
|
|
|
|
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.
|