README.rst 361 B

12345678910
  1. To run the test suite, first, create and activate a virtual environment. Then
  2. install some requirements and run the tests::
  3. $ cd tests
  4. $ pip install -e ..
  5. $ pip install -r requirements/py3.txt
  6. $ ./runtests.py
  7. For more information about the test suite, see
  8. https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.