Viktor Garske
|
1173db4a16
Fixed #31822 -- Added support for comments URL per feed item.
|
4 年之前 |
Tobias Kunze
|
3166880301
Fixed #29352 -- Allowed specifying a Feed language.
|
6 年之前 |
Mads Jensen
|
feb1a0a692
Refs #27804 -- Used subTest() in a syndication test.
|
7 年之前 |
Mads Jensen
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 年之前 |
Jon Dufresne
|
2c69824e5a
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
7 年之前 |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 年之前 |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 年之前 |
Tim Graham
|
75cf9b5ac0
Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument.
|
8 年之前 |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 年之前 |
Tim Graham
|
414ad25b09
Fixed #27327 -- Simplified time zone handling by requiring pytz.
|
8 年之前 |
Hasan
|
04de436932
Made multiline assertRaises* conform to flake8's E128 rule.
|
9 年之前 |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 年之前 |
Unai Zalakain
|
a4b80e2421
Refs #13110 -- Fixed mistakes in the new multiple enclosure feed tests
|
9 年之前 |
Unai Zalakain
|
aac2a2d2ae
Fixed #13110 -- Added support for multiple enclosures in Atom feeds.
|
9 年之前 |
Dražen Odobašić
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 年之前 |
Josh Smeaton
|
39a7eed1bb
Converted test fixtures to setUpTestData methods
|
10 年之前 |
Collin Anderson
|
db77915c9f
Fixed E265 comment style
|
10 年之前 |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 年之前 |
Thomas Chaumeny
|
3bb78c5e7a
Cleanup cache in contrib.sites to prevent test interference -- refs #11505
|
10 年之前 |
Tim Graham
|
d38a00332e
Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.
|
10 年之前 |
Alex Gaynor
|
1dcc603eff
Fixed several typos in Django
|
10 年之前 |
Alex Gaynor
|
2bcb8bfc8d
Fix many many typos in comments throughout the codebase
|
11 年之前 |
Anubhav Joshi
|
cd914e31c9
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
11 年之前 |
Claude Paroz
|
1fb873cd6b
Finished renaming syndication to syndication_tests
|
11 年之前 |
Claude Paroz
|
0b825adcf2
Renamed syndication tests
|
11 年之前 |