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 |
Jan Pieter Waagmeester
|
24959e48d9
Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of their query strings.
|
7 years ago |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 years ago |
Morgan Aubert
|
704443acac
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
|
6 years ago |
Brett Cannon
|
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
6 years ago |
Nick Sarbicki
|
47268242b0
Fixed #29082 -- Allowed the test client to encode JSON request data.
|
7 years ago |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
7 years ago |
Ramiro Morales
|
37c17846ad
Fixed #28343 -- Add an OS chooser for docs command line examples.
|
7 years ago |
Will Ayd
|
09530e61a0
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
|
7 years ago |
Mariusz Felisiak
|
7c81b28ebc
Updated various links in docs to use HTTPS.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Riccardo Magliocchetti
|
bdf192c593
Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.
|
7 years ago |
Michiel Beijen
|
5e8625ba64
Renamed "Mac OS X" to "macOS" in docs.
|
7 years ago |
Tim Graham
|
545a88fc16
Fixed typo in docs/topics/testing/tools.txt.
|
8 years ago |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 years ago |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Tim Graham
|
7510b872e7
Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().
|
8 years ago |
Tim Graham
|
0f454f5d4d
Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().
|
8 years ago |
Pamela McA'Nulty
|
2c4d15e319
Fixed typo in docs/topics/testing/tools.txt.
|
8 years ago |