django/tests/staticfiles_tests
Ramiro Morales e909ceae9b Made django.test.testcases not depend on staticfiles contrib app.
Do this by introducing a django.contrib.staticfiles.testing.StaticLiveServerCase
unittest TestCase subclass.

Fixes #20739.
2013-08-31 11:02:32 -03:00
..
apps Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
project Fixed #18986 -- Improved error message for missing files 2013-04-28 16:45:05 +02:00
urls Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
storage.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
test_liveserver.py Made django.test.testcases not depend on staticfiles contrib app. 2013-08-31 11:02:32 -03:00
tests.py Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` view is used in production. 2013-07-31 18:58:50 +10:00