Tom Carrick
|
bcc2befd0e
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
4 years ago |
Adam Johnson
|
e906ff6fca
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
|
4 years ago |
Jacob Walls
|
659a73bc0a
Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.
|
4 years ago |
Simon Charette
|
3cf80d3fcf
Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.
|
6 years ago |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 years ago |
Mariusz Felisiak
|
b28be08cac
Fixed broken links in docs.
|
4 years ago |
Adam Johnson
|
4216225480
Clarified async documentation.
|
4 years ago |
Andrew Godwin
|
fc0fa72ff4
Fixed #31224 -- Added support for asynchronous views and middleware.
|
5 years ago |
yura
|
54b7af7eb4
Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXMLNotEqual().
|
5 years ago |
Claude Paroz
|
7fa0fa45c5
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
|
5 years ago |
Garry Polley
|
0b698eaea6
Added example of assertNumQueries() with "using" kwarg in testing topics docs.
|
5 years ago |
Pavel Savchenko
|
1711c509fa
Fixed #27391 -- Implemented SimpleTestCase.debug().
|
8 years ago |
Mariusz Felisiak
|
b61ea56789
Refs #28478 -- Removed support for TestCase's allow_database_queries and multi_db per deprecation timeline.
|
5 years ago |
Mariusz Felisiak
|
416c584cab
Removed versionadded/changed annotations for 2.2.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
François Freitag
|
9a88e43aeb
Fixed broken links and redirects in documentation.
|
5 years ago |
Caio Ariede
|
753b67c58d
Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().
|
5 years ago |
Caio Ariede
|
4fb9e7b057
Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declaration and comments.
|
5 years ago |
Jon Dufresne
|
48235ba807
Refs #30399 -- Made assertHTMLEqual normalize character and entity references.
|
5 years ago |
Ramiro Morales
|
aed89adad5
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
|
5 years ago |
Jon Dufresne
|
7feddd878c
Fixed #18707 -- Added support for the test client to return 500 responses.
|
6 years ago |
Tim Graham
|
7e6b214ed3
Fixed #30116 -- Dropped support for Python 3.5.
|
6 years ago |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 years ago |
Simon Charette
|
41e73de39d
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
|
6 years ago |
Simon Charette
|
8c775391b7
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
6 years ago |
Dan Palmer
|
e181666973
Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.
|
6 years ago |
Benjamin Bach
|
08f788b169
Fixed #29226 -- Doc'd modify_settings() ordering considerations for Python < 3.6.
|
7 years ago |
Mattia Cattarinussi
|
2a0116266c
Refs #29513 -- Linked the testing docs from the multi-db topic guide.
|
6 years ago |
Tim Graham
|
99157064a0
Fixed location of a few doc labels.
|
6 years ago |
Adam Johnson
|
ae38777698
Updated a test example to use snake case.
|
6 years ago |