main
Could not load branches
Nothing to show
{{ refName }}default
Could not load tags
Nothing to show
{{ refName }}defaultLatest commit
Files
Permalink Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
To run the test suite, first, create and activate a virtual environment. Theninstall some requirements and run the tests:
$ cd tests$ python -m pip install -e ..$ python -m pip install -r requirements/py3.txt$ ./runtests.py
For more information about the test suite, seehttps://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.