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