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