summaryrefslogtreecommitdiff
path: root/tests/test_utils
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-04[1.8.x] Fixed #24197 -- Added clearing of staticfiles caches on settings chan...mlavin
2014-12-24Fixed typo in test_utils comment.Tim Graham
2014-12-01Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master ro...wrwrwr
2014-11-03Fixed #23300 -- Made assertTemplateUsed throw an error on responses not fetch...Davide Ceretti
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-31Avoided using private API get_template_from_string.Aymeric Augustin
2014-10-08Fixed #23600 -- Made default_storage aware of more settings changes.Duncan Parkes
2014-09-30Fixed flake8 warnings.Tim Graham
2014-09-29Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=...Thomas Chaumeny
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-05-05Fixed #22572 -- override_settings(ROOT_URLCONF) didn't clear urlresolvers._ur...Loic Bistuer
2014-04-18Fixed #22465 -- New assertion assertJSONNotEqualamatellanes
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-21Removed django.test.simple and django.test._doctest per deprecation timeline.Tim Graham
2014-02-07Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the resolver cache.Chris Wilson
2013-12-11Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.Dominic Rodger
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-08Flake8 fix -- correct number of newlines between top level definitionsAlex Gaynor
2013-11-08Fixed #17529 -- get_template_from_string default arguments breakUnai Zalakain
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-10Removed unnecessary semicolons.Tim Graham
2013-09-22Partial revert of 165f44aa.Aymeric Augustin
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-16Combine consecutive with statementsClaude Paroz
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-19Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a classClaude Paroz
2013-07-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-29More import removalsClaude Paroz
2013-06-28Removed warnings level handling code as per deprecation TL.Ramiro Morales
2013-06-14Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suiteMarc Tamlyn
2013-04-13Used a Python 3 compatible StringIO in test_utilsClaude Paroz
2013-04-12Modified test_utils to work with unittest2 discovery.Preston Timmons
2013-03-02Added a context manager to capture queries while testing.Simon Charette
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner