summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2018-11-25[2.1.x] Fixed typo in patch_logger() docstring.takaaki shimbo
2018-10-09[2.1.x] Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-10-09[2.1.x] Capitalized "Python" in docs and comments.Jon Dufresne
2018-08-15[2.1.x] Fixed #29662 -- Allowed test client to accept structured suffix JSON ...Marnanel Thurman
2018-07-18[2.1.x] Removed duplicate words in various comments.Mariusz Felisiak
2018-06-27[2.1.x] Fixed #29520 -- Fixed test client crash when posting bytes.Tim Graham
2018-06-12[2.1.x] Restored django.test.utils.patch_logger() for backwards compatibility.Jon Dufresne
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
2018-03-31Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead...Chris Lamb
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-02-13Fixed #29106 -- Made DiscoverRunner display selected test tags.Sanyam Khurana
2018-02-12Refs #27795 -- Removed force_bytes() in django.test.client where possible.Tim Graham
2018-02-10Refs #27795 -- Removed force_text() usage in django/test/testcases.py.Jon Dufresne
2018-02-06Fixed #29082 -- Allowed the test client to encode JSON request data.Nick Sarbicki
2018-02-06Fixed #27999 -- Added test client support for HTTP 307 and 308 redirects.Tom
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-08Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.Will Ayd
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2018-01-03Fixed #28984 -- Made assorted code simplifications.Tim Graham
2018-01-03Fixed #28985 -- Removed unneeded None checks before hasattr().Дилян Палаузов
2017-12-26Fixed #28930 -- Simplified code with any() and all().Дилян Палаузов
2017-12-21Refs #28909 -- Simplifed code using unpacking generalizations.Nick Pope
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-07Refs #23919 -- Replaced super() calls for old-style classes.Nick Pope
2017-12-06Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-11-28Fixed #28837 -- Fixed test client crash if an exception with more than one ar...Nicolas Delaby
2017-11-28Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne
2017-10-13Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...Rachel Tobin
2017-09-25Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...Tim Graham
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-09-22Refs #26840 -- Removed django.test.runner.setup_databases() per deprecation t...Tim Graham
2017-09-11Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.Jon Dufresne
2017-09-09Fixed some comments referring to a nonexistent TestClient class.Luoxzhg
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-09-06Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...Sergey Fedoseev
2017-08-24Used sets for CheckRegistry.registered_checks and deployment_checks.Sergey Fedoseev
2017-08-21Removed need for hasattr(check, 'tags') in CheckRegistry.Sergey Fedoseev
2017-07-05Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in sub...Sergey Fedoseev
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-18Refs #27539 -- Fixed typo in TransactionTestCase._pre_setup() comment.François Freitag
2017-06-16Fixed #27539 -- Made TransactionTestCase._pre_setup() clear the queries_log s...reficul31
2017-06-16Refs #27787 -- Corrected or removed invalid call_command() options.Chandrakant Kumar
2017-05-30Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses.Robert Rollins
2017-05-20Fixed #28180 -- Numbered queries in assertNumQueries failure outputClaude Paroz
2017-05-18Fixed #28203 -- Ignored connection configuration queries in assertNumQueries().François Freitag
2017-05-09Fixed #28081 -- Stopped setting Content-Length=0 in conditional_content_remov...João Silva
2017-04-27Removed obsolete django.test.utils.strip_quotes().Tim Graham
2017-04-27Replaced set |= operator with update() to avoid temporary set.Jon Dufresne