summaryrefslogtreecommitdiff
path: root/django/test/__init__.py
AgeCommit message (Expand)Author
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2016-02-19Refs #25735 -- Made @tag decorator importable from django.test.Tim Graham
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-03-29Fixed #19259 -- Added group by selected primary keys support.Simon Charette
2014-12-30Added ignore_warnings decoratorClaude Paroz
2014-12-01Fixed #23289 -- Added mock as a test dependency.Tim Graham
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-23Added modify_settings to alter settings containing lists of values.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-08-13Fixed #14503 -- Unified multiple implementations of test cases assert* method...Ramiro Morales
2010-10-12Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-08-20Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...Russell Keith-Magee
2009-01-16Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2006-08-27Refs #2333 - Added test framework. This includes doctest and unittest finders...Russell Keith-Magee