summaryrefslogtreecommitdiff
path: root/docs/topics/testing
AgeCommit message (Expand)Author
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-27Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-12-04Fixed #23911 -- Added support for buffer file uploads in the test clientThomas Tanner
2014-12-03Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-24Updated testing documentation following 498ae3a36069e2dThomas Chaumeny
2014-11-24Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-21Fixed #23778 -- Added a doc section on using the Django runner for reusable a...Stanislas Guerra
2014-11-04Added missing docs to DiscoverRunner for keepdb option; refs #20550.Tim Graham
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-11-01Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
2014-10-31Added a warning about direct settings manipulation in tests.Tim Graham
2014-10-28Fixed #23606 -- Implemented Client and RequestFactory trace() methods.Rigel Di Scala
2014-10-24Fixed versionchanged indentation in topics/testing/advanced.txt.Berker Peksag
2014-10-20Fixed #20609 -- Added instructions for using AnonymousUser with RequestFactory.Tim Graham
2014-10-14Clarified documentation relating to usage of serialized_rollback for certain ...Greg Chapple
2014-10-05Updated assertQuerysetEqual documentation following 311b3ad9db94c3e04f929c262...Thomas Chaumeny
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-24Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-08-19Removed unnecessary code-block directives.areski
2014-08-01Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-07-28Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-06-30Fixed #19489 -- Documented host parameter of assertRedirects().Tim Graham
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-13Fixed #16087 -- Added ResolverMatch instance to test client response.Greg Chapple
2014-06-09Doc edits for refs #22487.Tim Graham
2014-06-09Tweaked order of create_test_db arguments for backwards compatibility.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-05Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-05-25Fixed too short title underline in docs.Tim Graham
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-04-28Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
2014-04-28Fixed #22254 -- Noted the requirement of calling django.setup() when runningTim Graham
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-19Fixed #22417 -- Added additional documentation for refs #16969.Tim Graham
2014-04-18Added missing versionadded annotation and tweaked release note; refs #22465.Tim Graham
2014-04-18Fixed #22465 -- New assertion assertJSONNotEqualamatellanes
2014-04-16Fixed spelling errors in documentation.Tim Graham
2014-04-14Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler
2014-04-12Also allowed a non-overridden setting to be deletedClaude Paroz
2014-04-12Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-05Fixed #22216 -- Added Form.non_field_errors to form API doc.Tim Graham