Thomas Chaumeny
|
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
10 years ago |
Xavier Fernandez
|
50b9313e0a
Fixed #22771 -- Fixed test.Client.logout when using custom auth backend.
|
10 years ago |
Preston Timmons
|
be88b062af
Fixed #21357 -- Fixed test client session initialization.
|
11 years ago |
Tim Graham
|
aabceadd7d
Revert "Fixed #15179 -- middlewares not applied for test client login()"
|
11 years ago |
Jacob R. Rothenbuhler
|
17c1884456
Fixed #22369 -- Added count parameter to assertTemplateUsed
|
11 years ago |
Anubhav Joshi
|
cd914e31c9
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
11 years ago |
Marc Tamlyn
|
2607fa9016
Fixed #21774 -- Isolate all test urls from eachother.
|
11 years ago |
Aymeric Augustin
|
e32095616c
Imported override_settings from its new location.
|
11 years ago |
Unai Zalakain
|
4fdd51b732
Fixed #15179 -- middlewares not applied for test client login()
|
11 years ago |
Unai Zalakain
|
9c5f6cd565
Fixed #13725 -- take url scheme into account in assertRedirects
|
11 years ago |
coagulant
|
8eec2d93b6
Fixed all E261 warnings
|
11 years ago |
Jason Myers
|
c3791463a5
Fixing E302 Errors
|
11 years ago |
Alex Gaynor
|
9d740eb8b1
Fix all violators of E231
|
11 years ago |
Alasdair Nicol
|
c3aa2948c6
Fixed #21298 -- Fixed E301 pep8 warnings
|
11 years ago |
Alasdair Nicol
|
b289fcf1bf
Fixed #21288 -- Fixed E126 pep8 warnings
|
11 years ago |
Tim Graham
|
96d1d4e292
Removed unused local variables in tests.
|
11 years ago |
Bojan Mihelac
|
0cac4fbf69
Fixed #18356 -- Gave the test client signals.template_rendered call a unique dispatch_uid
|
12 years ago |
Tim Graham
|
a35ed20241
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
|
11 years ago |
Chris Wilson
|
fa7cb4ef3c
Fixed #20404 -- Added a keys() method to ContextList.
|
12 years ago |
Tim Graham
|
d194714c0a
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
|
12 years ago |
Preston Holmes
|
d228c1192e
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
|
12 years ago |
Claude Paroz
|
b04fd579d5
Fixed #20237 (again) Allowed binary parameter to assertContains
|
12 years ago |
Claude Paroz
|
fe01404bb9
Fixed #20237 -- Reenabled assertContains with binary parameter
|
12 years ago |
Florian Apolloner
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 years ago |
Florian Apolloner
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 years ago |