| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-22 | [1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions. | Sean Wang | |
| Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master | |||
| 2015-02-17 | [1.8.x] Added an import to docs/topics/testing/advanced.txt example. | Tim Graham | |
| Backport of 32b67b3fd1d252566f60cf38fe1459bb83de2ce2 from master | |||
| 2015-02-01 | [1.8.x] Simplified a versionchanged notes for LiveServerTestCase. | Tim Graham | |
| 2015-01-16 | [1.8.x] Fixed a typo in the test responses docs. | Rick Hutcheson | |
| Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master | |||
| 2015-01-12 | Fixed #24118 -- Added --debug-sql option for tests. | Marc Tamlyn | |
| Added a --debug-sql option for tests and runtests.py which outputs the SQL logger for failing tests. When combined with --verbosity=2, it also outputs the SQL for passing tests. Thanks to Berker, Tim, Markus, Shai, Josh and Anssi for review and discussion. | |||
| 2014-12-30 | Fixed #12118 -- Added shared cache support to SQLite in-memory testing. | Andriy Sokolovskiy | |
| 2014-12-28 | Deprecated TEMPLATE_LOADERS. | Aymeric Augustin | |
| 2014-12-27 | Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt. | Tim Graham | |
| 2014-12-04 | Fixed #23911 -- Added support for buffer file uploads in the test client | Thomas Tanner | |
| 2014-12-03 | Fixed #20392 -- Added TestCase.setUpTestData() | Thomas Chaumeny | |
| Each TestCase is also now wrapped in a class-wide transaction. | |||
| 2014-11-24 | Fixed #23742 -- Added an option to reverse tests order. | wrwrwr | |
| This is useful for debugging side effects affecting tests that are usually executed before a given test. Full suite and pair tests sort cases more or less deterministically, thus some test cross-dependencies are easier to reveal by reversing the order. Thanks Preston Timmons for the review. | |||
| 2014-11-24 | Updated testing documentation following 498ae3a36069e2d | Thomas Chaumeny | |
| - commit/rollback are no longer replaced by nop - the warning about not using TestCase when testing transactional behavior belongs to TestCase section, not TransactionTestCase | |||
| 2014-11-24 | Fixed #23543 -- Added docs on testing management command output. | Danilo Bargen | |
| 2014-11-21 | Fixed #23778 -- Added a doc section on using the Django runner for reusable ↵ | Stanislas Guerra | |
| apps. | |||
| 2014-11-04 | Added missing docs to DiscoverRunner for keepdb option; refs #20550. | Tim Graham | |
| 2014-11-03 | Fixed #21281 -- Made override_settings act at class level when used as a ↵ | Thomas Chaumeny | |
| TestCase decorator. | |||
| 2014-11-01 | Fixed #23744 -- Fixed typo in selenium testing example. | Tim Graham | |
| Thanks djbug for the report. | |||
| 2014-10-31 | Added a warning about direct settings manipulation in tests. | Tim Graham | |
| Thanks Thomas Chaumeny for the initial patch. | |||
| 2014-10-28 | Fixed #23606 -- Implemented Client and RequestFactory trace() methods. | Rigel Di Scala | |
| Thanks KevinEtienne for the suggestion. | |||
| 2014-10-24 | Fixed versionchanged indentation in topics/testing/advanced.txt. | Berker Peksag | |
| 2014-10-20 | Fixed #20609 -- Added instructions for using AnonymousUser with RequestFactory. | Tim Graham | |
| 2014-10-14 | Clarified documentation relating to usage of serialized_rollback for certain ↵ | Greg Chapple | |
| classes | |||
| 2014-10-05 | Updated assertQuerysetEqual documentation following ↵ | Thomas Chaumeny | |
| 311b3ad9db94c3e04f929c2622be4f10d759f45e | |||
| 2014-09-24 | Fixed #23421 -- Corrected TEST SERIALIZE setting. | Tim Graham | |
| Thanks gkoller for the report. | |||
| 2014-09-24 | Added SuspiciousOperation to list of caught exceptions in testing docs. | Thomas Grainger | |
| 2014-08-28 | Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase | Claude Paroz | |
| Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. | |||
| 2014-08-26 | Allowed skipIf/UnlessDBFeature to accept several feature strings | Claude Paroz | |
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-08-01 | Fixed typo in docs/topics/testing/tools.txt. | Tim Graham | |
| 2014-07-28 | Fixed #22491 -- documented how select_for_update() should be tested. | Moayad Mardini | |
| Thanks Andreas Pelme for the report. | |||
| 2014-06-30 | Fixed #19489 -- Documented host parameter of assertRedirects(). | Tim Graham | |
| Thanks mrknacky at gmail.com for the report and gajimenezmaggiora for the draft patch. | |||
| 2014-06-14 | Converted test management command to argparse | Claude Paroz | |
| Keeping backwards compatibility with test_runner.option_list is tricky and would imply transforming an optparse.Option to an argparse.Action. I choose to introduce a backwards incompatible change because it only affects testing, not runtime behavior. | |||
| 2014-06-13 | Fixed #16087 -- Added ResolverMatch instance to test client response. | Greg Chapple | |
| Thanks mrmachine for the suggestion. | |||
| 2014-06-09 | Doc edits for refs #22487. | Tim Graham | |
| 2014-06-09 | Tweaked order of create_test_db arguments for backwards compatibility. | Tim Graham | |
| Since `serialize` was backported to 1.7, it should appear before `keepdb`. | |||
| 2014-06-08 | Fixed #22487: Optional rollback emulation for migrated apps | Andrew Godwin | |
| 2014-06-05 | Fixed #20550 -- Added keepdb argument to destroy_test_db | Greg Chapple | |
| 2014-05-28 | Fixed #20550 -- Added ability to preserve test db between runs | Greg Chapple | |
| 2014-05-25 | Fixed too short title underline in docs. | Tim Graham | |
| 2014-05-22 | Fixed #22667 -- Replaced leader/follower terminology with primary/replica | Flavio Curella | |
| 2014-05-20 | replaced occurrences of master/slave terminology with leader/follower | Flavio Curella | |
| 2014-04-28 | Revert "Fixed #15179 -- middlewares not applied for test client login()" | Tim Graham | |
| This reverts commit 4fdd51b73240bf9c8d9472fcc45df699f0714755. See the ticket for concerns with this implementation; it will be revisited. | |||
| 2014-04-28 | Fixed #22254 -- Noted the requirement of calling django.setup() when running | Tim Graham | |
| Thanks Peter Landry for the report. | |||
| 2014-04-26 | Updated doc links to point to Python 3 documentation | Claude Paroz | |
| 2014-04-23 | Various documentation typo/spelling fixes | Marti Raudsepp | |
| Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. | |||
| 2014-04-19 | Fixed #22417 -- Added additional documentation for refs #16969. | Tim Graham | |
| Thanks Jon Foster for the report. | |||
| 2014-04-18 | Added missing versionadded annotation and tweaked release note; refs #22465. | Tim Graham | |
| 2014-04-18 | Fixed #22465 -- New assertion assertJSONNotEqual | amatellanes | |
| 2014-04-16 | Fixed spelling errors in documentation. | Tim Graham | |
| 2014-04-14 | Fixed #22369 -- Added count parameter to assertTemplateUsed | Jacob R. Rothenbuhler | |
