django1/django/test
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
..
__init__.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
_doctest.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
client.py Fixed #20864 -- Made the test client use common method for performing requests. 2013-08-13 19:08:13 -04:00
html.py Fixed spelling errors 2013-03-28 11:16:53 -06:00
runner.py Docs tweaks (thanks timgraham) 2013-08-10 20:00:12 +01:00
signals.py Fixed #19031 -- Added a warning when using override_settings with 'DATABASES' 2013-07-12 07:10:18 -04:00
simple.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
testcases.py Made django.test.testcases not depend on staticfiles contrib app. 2013-08-31 11:02:32 -03:00
utils.py Fixed #19031 -- Added a warning when using override_settings with 'DATABASES' 2013-07-12 07:10:18 -04:00