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 |
Tim Graham
|
e3c7af18a3
Fixed #19489 -- Documented host parameter of assertRedirects().
|
10 years ago |
Greg Chapple
|
bf743a4d57
Fixed #16087 -- Added ResolverMatch instance to test client response.
|
10 years ago |
Andrew Godwin
|
8c12d51ea2
Fixed #22487: Optional rollback emulation for migrated apps
|
10 years ago |
Tim Graham
|
aabceadd7d
Revert "Fixed #15179 -- middlewares not applied for test client login()"
|
10 years ago |
Claude Paroz
|
680a0f08b1
Updated doc links to point to Python 3 documentation
|
10 years ago |
Tim Graham
|
dc7bc42cce
Added missing versionadded annotation and tweaked release note; refs #22465.
|
11 years ago |
amatellanes
|
8394e570ba
Fixed #22465 -- New assertion assertJSONNotEqual
|
11 years ago |
Tim Graham
|
b5ce21accb
Fixed spelling errors in documentation.
|
11 years ago |
Jacob R. Rothenbuhler
|
17c1884456
Fixed #22369 -- Added count parameter to assertTemplateUsed
|
11 years ago |
Claude Paroz
|
3417ba0309
Also allowed a non-overridden setting to be deleted
|
11 years ago |
Anubhav Joshi
|
cd914e31c9
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
11 years ago |
Tim Graham
|
d2f4553d70
Fixed #22216 -- Added Form.non_field_errors to form API doc.
|
11 years ago |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 years ago |
Claude Paroz
|
3a97f992fb
Fixed #22313 -- Removed 'u' prefixes from documentation
|
11 years ago |
Tim Graham
|
7f2505ad9e
Fixed doc typos.
|
11 years ago |
Henk Vos
|
e65c0ccac0
Fixed #22071 -- Added a warning regarding override_settings and aliasing.
|
11 years ago |
Szczepan Cieślik
|
e816198034
Fixed docs typos.
|
11 years ago |
Chris Bailey
|
c5395eef76
Allowed a message to be passed to assertQuerysetEqual to make it consistent with other assert methods.
|
11 years ago |
Baptiste Mispelon
|
05d36dc06e
Always use parentheses when documenting a method with no arguments.
|
11 years ago |