Moritz Sichert
|
296919e7a5
Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
|
9 years ago |
Andy McKay
|
4525a0c466
Fixed #24773 -- Added a json() method on test client responses.
|
9 years ago |
Simon Charette
|
c15b0c2792
Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.
|
10 years ago |
Tim Graham
|
a0175724b0
Added docs for assertRaisesMessage as context manager.
|
9 years ago |
Ian Foote
|
c21b832c12
Fixed typo in docs/topics/testing/tools.txt
|
9 years ago |
Adam Zapletal
|
0cf7477ed8
Fixed a typo and formatting consistency in testing tools docs
|
9 years ago |
Claude Paroz
|
a0c2eb46dd
Fixed #23960 -- Removed http.fix_location_header
|
10 years ago |
Sean Wang
|
eba6dff581
Fixed #24358 -- Corrected code-block directives for console sessions.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Tim Graham
|
7e8cf74dc7
Removed support for syncing apps without migrations per deprecation timeline.
|
10 years ago |
Tim Graham
|
4aa089a9a9
Removed support for custom SQL per deprecation timeline.
|
10 years ago |
Tim Graham
|
67235fd4ef
Removed support for initial_data fixtures per deprecation timeline.
|
10 years ago |
Rick Hutcheson
|
996292d649
Fixed a typo in the test responses docs.
|
10 years ago |
Aymeric Augustin
|
cf0fd65ed4
Deprecated TEMPLATE_LOADERS.
|
10 years ago |
Tim Graham
|
3d0c3a0482
Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
|
10 years ago |
Thomas Tanner
|
018d110ef5
Fixed #23911 -- Added support for buffer file uploads in the test client
|
10 years ago |
Thomas Chaumeny
|
da9fe5c717
Fixed #20392 -- Added TestCase.setUpTestData()
|
10 years ago |
Thomas Chaumeny
|
3199ea8ed7
Updated testing documentation following 498ae3a36069e2d
|
10 years ago |
Danilo Bargen
|
cdee865976
Fixed #23543 -- Added docs on testing management command output.
|
10 years ago |
Thomas Chaumeny
|
d89f56dc4d
Fixed #21281 -- Made override_settings act at class level when used as a TestCase decorator.
|
10 years ago |
Tim Graham
|
6d0547c1ad
Fixed #23744 -- Fixed typo in selenium testing example.
|
10 years ago |
Tim Graham
|
3f651b3e88
Added a warning about direct settings manipulation in tests.
|
10 years ago |
Rigel Di Scala
|
28634394f5
Fixed #23606 -- Implemented Client and RequestFactory trace() methods.
|
10 years ago |
Thomas Chaumeny
|
6baa46cb8b
Updated assertQuerysetEqual documentation following 311b3ad9db94c3e04f929c2622be4f10d759f45e
|
10 years ago |
Thomas Grainger
|
21683011d5
Added SuspiciousOperation to list of caught exceptions in testing docs.
|
10 years ago |
Claude Paroz
|
3a44e20005
Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
|
10 years ago |
Claude Paroz
|
5675eb371f
Allowed skipIf/UnlessDBFeature to accept several feature strings
|
10 years ago |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 years ago |
Tim Graham
|
7ce4ef58c9
Fixed typo in docs/topics/testing/tools.txt.
|
10 years ago |
Moayad Mardini
|
668d432d0a
Fixed #22491 -- documented how select_for_update() should be tested.
|
10 years ago |