summaryrefslogtreecommitdiff
path: root/django/test/utils.py
AgeCommit message (Expand)Author
2014-03-22Advanced deprecation warnings for 1.8.Aymeric Augustin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-27Removed TransRealMixin.Aymeric Augustin
2014-01-26Fixed some missing/extraneous new line warnings.Simon Charette
2014-01-25Moved sys.path-extending decorator to django.test.utils and used throughout t...Carl Meyer
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-24Fixed override_settings when set_available_apps raises an exception.Aymeric Augustin
2013-12-23Added modify_settings to alter settings containing lists of values.Aymeric Augustin
2013-12-23Refactored INSTALLED_APPS overrides.Aymeric Augustin
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-09Fixed #21383 -- Added request details in SuspiciousOperation messagesClaude Paroz
2013-11-04Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin
2013-11-03Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma
2013-11-02Fixed flake8 E241Boryslav Larin
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-22Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-15Fixed #21263 -- Fixed issue with override_settings in inherited classesClaude Paroz
2013-10-01Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-07-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin
2013-06-28Removed warnings level handling code as per deprecation TL.Ramiro Morales
2013-06-24Fixed #20636 -- Stopped stuffing values in the settings.Aymeric Augustin
2013-06-21Fixed #20290 -- Allow override_settings to be nestedOliver Beattie
2013-06-01Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-18Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.Aymeric Augustin
2013-05-04Systematically imported wraps from functoolsClaude Paroz
2013-03-02Added a context manager to capture queries while testing.Simon Charette
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-16Fixed #19833 -- Fixed import parameter encoding in get_runnerClaude Paroz
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2013-01-01Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.Aymeric Augustin
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-11-25Enabled SimpleTestCase to be decorated by override_settingsClaude Paroz
2012-11-25Fixed #18417 -- Raised exception when unittest.TestCase is decorated with ove...Claude Paroz
2012-10-15Fixed assertXMLEqual when first node was a commentClaude Paroz
2012-10-06Added assertXML[Not]Equal assertionsClaude Paroz
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-08-11[py3] Fixed str_prefix test utilityClaude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-13Fixed #17895 -- Made override_settings send the setting_changed signal both w...Aymeric Augustin
2011-10-08Fixed #17011 - Made override_settings modify a decorated class in-place rathe...Carl Meyer
2011-09-04Also copy `__module__` to our dynamically created TestCase subclass when over...Ramiro Morales
2011-08-23Fixed #16672 -- Ensure that test classes decorated with @override_setings get...Russell Keith-Magee
2011-08-10Made override_settings also work with TransactionTestCase when acting as a cl...Ramiro Morales