django/tests/README.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
381 B
ReStructuredText
Raw Normal View History

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
$ cd tests
$ python -m pip install -e ..
$ python -m pip install -r requirements/py3.txt
$ ./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/.