0
0
mirror of https://github.com/django/django.git synced 2024-11-22 03:18:31 +01:00
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 11:29:58 +01:00
$ cd tests
$ python -m pip install -e ..
$ python -m pip install -r requirements/py3.txt
$ ./runtests.py
2014-11-15 11:29:58 +01:00
For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.