1
0
mirror of https://github.com/django/django.git synced 2025-06-22 11:59:17 +00:00
Mariusz Felisiak 727a154094 [3.2.x] Refs 32637 -- Made technical 404 debug page display exception message when URL is resolved.
Follow up to 3b8527e32b665df91622649550813bb1ec9a9251.
Backport of d68be0494be8b82365f2a5410c9335e539d8efd6 from main
2021-04-27 08:41:11 +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/.