summaryrefslogtreecommitdiff
path: root/django/test/simple.py
AgeCommit message (Expand)Author
2013-12-26Made the AppConfig API marginally more consistent.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Refactored old test runner to handle apps without a models module.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Deprecated get_apps().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-02Fixed all E261 warningscoagulant
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-05-27Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...Carl Meyer
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-04-12Modified test_utils to work with unittest2 discovery.Preston Timmons
2013-03-24Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2013-01-31Fixed #19711 -- Typo in __all__ declaration in django/test/simple.pyRafal Stozek
2013-01-09Fixed #19546 - ensure that deprecation warnings are shown during testsPreston Holmes
2012-07-24Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales
2012-06-09Reverted 905e33f, now that DatabaseFeatures does not need confirmClaude Paroz
2012-04-24Fixed #17954 -- Fixed dependency checking for test databases. Thanks Ɓukasz ...Claude Paroz
2012-03-31Removed deprecated DjangoTestRunner.Aymeric Augustin
2012-01-30Fixed #10868 -- Stopped restoring database connections after the tests' execu...Julien Phalip
2012-01-20Fixed #16885 -- Confirmed features of mirror databases when setting up test d...Aymeric Augustin
2011-06-14Fixed #16239 -- Removed stale entry in django.test.simple.__all__. Thanks, me...Jannis Leidel
2011-06-12Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both...Ramiro Morales
2011-04-02Advanced deprecations in django.test.Russell Keith-Magee
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-18Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked in...Russell Keith-Magee
2011-02-02Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...Ramiro Morales
2010-12-09Fixed a couple of typos and small errors from r14696 and r14822.Ramiro Morales
2010-12-05Fixed #14799 -- Provided a full solution for test database creation order pro...Russell Keith-Magee
2010-11-30Ensured that the test suite creates the default DB before any others.Jacob Kaplan-Moss
2010-11-25Fixed #14415 -- Corrected the process of creating and destroying test databas...Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-02-22Fixed #12932 -- Added an extra argument to suite_result() in the test runner,...Russell Keith-Magee
2010-02-02Removed a stray debug statement. Thanks to Ramiro Morales for the report.Russell Keith-Magee
2010-02-01Fixed #6364 -- Added the ability to run individual doctests.Russell Keith-Magee
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2010-01-25Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...Russell Keith-Magee
2010-01-19Fixed #12640 -- Corrected a regression in test suite construction order intro...Russell Keith-Magee
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2009-12-31Ensure the default keyboard interrupt handler is restoredKaren Tracey
2009-12-31Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th...Karen Tracey
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-13Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...Karen Tracey