mirror of
https://github.com/django/django.git
synced 2025-04-19 06:44:36 +00:00
This is consistent with the behavior of Django 1.7.x and earlier. Backport of d3e3703a15cd9d294406121bc43be0c75b1a4e0e from master
To run the test suite:: $ cd tests $ pip install -r requirements/py3.txt # or py2.txt $ PYTHONPATH=..:$PYTHONPATH ./runtests.py For more information about the test suite, see https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.