1
0
mirror of https://github.com/django/django.git synced 2025-02-23 16:24:46 +00:00
Aymeric Augustin 87f187b960 Adjusted tests for previous commit.
The test was testing a use case that doesn't happen in real world
projects: developers don't assign settings at run time (and Django
explicitly doesn't support it).
2014-11-17 23:26:04 +01:00
..
2014-11-16 13:19:34 +01:00
2014-10-22 21:21:02 -04:00
2014-11-16 13:19:34 +01:00
2014-11-16 13:19:34 +01:00
2014-10-08 18:10:50 -04:00
2014-10-08 05:11:09 +07:00
2014-11-17 22:27:00 +01:00
2014-11-13 10:07:44 +01:00
2014-11-16 13:19:34 +01:00
2014-11-15 19:47:05 +01:00
2014-11-04 09:26:40 +00:00

To run the test suite::

    $ PYTHONPATH=..:$PYTHONPATH ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.