1
0
mirror of https://github.com/django/django.git synced 2025-04-03 21:16:44 +00:00
Adam Johnson 0f5b11eca0 Refs #34010 -- Made --debug-mode work for parallel tests using spawn.
Bug in 3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc.

Thanks Kevin Renskers for the report.
2022-09-28 19:39:25 +02:00
..
2022-03-08 14:50:06 +01:00
2017-06-01 13:23:48 -04:00
2022-08-03 08:04:34 +02:00

To run the test suite, first, create and activate a virtual environment. Then
install 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, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.