summaryrefslogtreecommitdiff
path: root/docs/topics/testing/tools.txt
AgeCommit message (Expand)Author
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-07[1.9.x] Fixed #25290 -- Warned against modifying objects created in setUpTest...Tim Graham
2015-10-28[1.9.x] Made LiveServerTestCase example use StaticLiveServerTestCase.Tim Graham
2015-10-23[1.9.x] Clarified that the test client response content attribute is bytes.薛丞宏
2015-10-22[1.9.x] Refs #24622 -- Documented alternatives to some test response attribut...Benjamin Wohlwend
2015-09-09Allowed a port range for the liveserver by default.Aymeric Augustin
2015-08-19Fixed style issues in testing docsMarkus Holtermann
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-07-31Clarified assertRaisesMessage() behavior with respect to the message.Tim Graham
2015-07-30Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().Tim Graham
2015-07-01Fixed #20916 -- Added Client.force_login() to bypass authentication.Jon Dufresne
2015-06-16Refs #24987 -- Documented that Client.login() rejects inactive users.Tim Graham
2015-06-12Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from classMoritz Sichert
2015-05-25Fixed #24773 -- Added a json() method on test client responses.Andy McKay
2015-05-20Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.Simon Charette
2015-05-18Added docs for assertRaisesMessage as context manager.Tim Graham
2015-05-09Fixed typo in docs/topics/testing/tools.txtIan Foote
2015-04-25Fixed a typo and formatting consistency in testing tools docsAdam Zapletal
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed support for initial_data fixtures per deprecation timeline.Tim Graham
2015-01-16Fixed a typo in the test responses docs.Rick Hutcheson
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-24Updated testing documentation following 498ae3a36069e2dThomas Chaumeny
2014-11-24Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
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-05Updated assertQuerysetEqual documentation following 311b3ad9db94c3e04f929c262...Thomas Chaumeny
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-13Fixed #16087 -- Added ResolverMatch instance to test client response.Greg Chapple
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-04-28Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-18Added missing versionadded annotation and tweaked release note; refs #22465.Tim Graham