summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2015-09-10Refs #20461 -- Fixed parallel test runner on Python 2.7.Collin Anderson
2015-09-10Avoided running more test processes than necessary.Aymeric Augustin
2015-09-09Made it easier to customize the parallel test runner.Aymeric Augustin
2015-09-09Propagated database clone settings to new connections.Aymeric Augustin
2015-09-09Acknoweldeged a limitation of the parallel test runner.Aymeric Augustin
2015-09-09Introduced a mixin for serializing tests.Aymeric Augustin
2015-09-09Allowed a port range for the liveserver by default.Aymeric Augustin
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-09-09Implemented a parallel test runner.Aymeric Augustin
2015-09-07Refs #25328 -- Refactored LiveServerTestCase to make it extensible.Jakub Gocławski
2015-09-06Simplified deduplication of test databases.Aymeric Augustin
2015-09-06Stopped returning mirrors from setup_databases.Aymeric Augustin
2015-09-06Fixed #25357 -- Database deduplication on Oracle.Aymeric Augustin
2015-09-06Split setup_databases.Aymeric Augustin
2015-09-05Moved an import to the toplevel.Aymeric Augustin
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-27Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann
2015-08-24Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle
2015-08-11Fixed #25163 -- Fixed exception handling in nested test client requests.pscottdevos
2015-08-04Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message.Caio Ariede
2015-08-01Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking tra...Adam Chainz
2015-07-31Fixed #25188 -- Improved message raised by SimpleTestCase.assertRaisesMessage().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-27Sorted imports in __init__.py files.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-12Refs #24965 -- Added changes from accidentally reverted file for last commit.Moritz Sichert
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-06-05Fixed #19542: Made mirroring databases for tests work with OracleShai Berger
2015-05-25Fixed #24773 -- Added a json() method on test client responses.Andy McKay
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-20Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.Simon Charette
2015-05-18Added backwards compatibility for assertRaisesMessage callable_obj param.Tim Graham
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-05-16Refs #23763 -- Silenced SimpleTestCase.assertRaisesMessage() deprecation warn...Tim Graham
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-04-24Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham
2015-03-29Fixed #19259 -- Added group by selected primary keys support.Simon Charette
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-03-18Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier
2015-02-28Simplified emit_post_migrate from flush commandClaude Paroz
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Removed old import aliases.Tim Graham
2015-02-05Called parent in SimpleTestCase.setUpClass/tearDownClass.Aymeric Augustin
2015-02-04Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...mlavin
2015-02-03Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-18Removed test.utils.TestTemplateLoader per deprecation timeline.Tim Graham
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2015-01-03Removed extraneous super call in LiveServerTestCaseClaude Paroz