Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 vuotta sitten |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 vuotta sitten |
John-Mark Bell
|
4b129ac81f
Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string.
|
9 vuotta sitten |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 vuotta sitten |
Mingun Pak
|
4c912d184d
Fixed typos in test comments.
|
9 vuotta sitten |
Dražen Odobašić
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 vuotta sitten |
Tim Graham
|
6e3fe089dd
Replaced six.BytesIO with io.BytesIO
|
9 vuotta sitten |
Simon Charette
|
4ccfc4439a
Refs #24652 -- Fixed a test failure in file_uploads tests on Windows.
|
9 vuotta sitten |
Simon Charette
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 vuotta sitten |
Aymeric Augustin
|
a8fe12417f
Normalized usage of the tempfile module.
|
10 vuotta sitten |
Aymeric Augustin
|
934400759d
Guaranteed removal of temporary files during tests.
|
10 vuotta sitten |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 vuotta sitten |
darkryder
|
9ec8aa5e5d
Fixed #24149 -- Normalized tuple settings to lists.
|
10 vuotta sitten |
Raul Cumplido
|
ac650d02cb
Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headers
|
10 vuotta sitten |
Adam Taylor
|
039465a6a7
Fixed typos in code comments.
|
10 vuotta sitten |
Tim Graham
|
f487a3275e
Avoided a deprecated alias on Python 3 in file_uploads test.
|
10 vuotta sitten |
Thomas Tanner
|
018d110ef5
Fixed #23911 -- Added support for buffer file uploads in the test client
|
10 vuotta sitten |
Berker Peksag
|
560b4207b1
Removed redundant numbered parameters from str.format().
|
10 vuotta sitten |
Thomas Chaumeny
|
d89f56dc4d
Fixed #21281 -- Made override_settings act at class level when used as a TestCase decorator.
|
10 vuotta sitten |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 vuotta sitten |
Jason Hobbs
|
e1424b2370
Fixed #23397 -- Stripped whitespace from base64 during chunking
|
10 vuotta sitten |
Claude Paroz
|
b42e5ca058
Fixed #22971 -- Properly parsed RFC 2388 encoded headers
|
10 vuotta sitten |
Claude Paroz
|
809362518d
Created import-time test temp dirs in known location
|
10 vuotta sitten |
Florian Apolloner
|
e2efc8965e
Fixed #22680 -- I/O operation on closed file.
|
11 vuotta sitten |
Loic Bistuer
|
417ec4a68b
Fixed a ResourceWarning that wasn't properly fixed by the previous commit.
|
11 vuotta sitten |
Loic Bistuer
|
b7de5f5d3f
Fixed a few ResourceWarning in the test suite. Refs #22680.
|
11 vuotta sitten |
Alex Gaynor
|
2bcb8bfc8d
Fix many many typos in comments throughout the codebase
|
11 vuotta sitten |
Anubhav Joshi
|
cd914e31c9
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
11 vuotta sitten |
Marc Tamlyn
|
2607fa9016
Fixed #21774 -- Isolate all test urls from eachother.
|
11 vuotta sitten |
Aymeric Augustin
|
e32095616c
Imported override_settings from its new location.
|
11 vuotta sitten |