Bjorn Kristinsson
|
ac6a4eb9f9
|
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMixin doesn't generate any template names.
|
2017-11-07 18:46:52 -05:00 |
Mads Jensen
|
a51c4de194
|
Used assertRaisesMessage() to test Django's error messages.
|
2017-07-29 19:07:23 -04:00 |
Claude Paroz
|
dc8834cad4
|
Refs #23919 -- Removed unneeded force_str calls
|
2017-01-20 08:44:31 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
za
|
321e94fa41
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
Hasan
|
3d0dcd7f5a
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
Josh Smeaton
|
39a7eed1bb
|
Converted test fixtures to setUpTestData methods
|
2015-03-05 10:10:32 +11:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Peter Harley
|
2724cdbff6
|
Fixed #18355 -- Added ordering options to list based generic views.
Added MultipleObjectMixin.ordering and get_ordering().
Refs #21450.
|
2014-08-15 11:09:47 -04:00 |
Anubhav Joshi
|
cd914e31c9
|
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
2014-04-06 17:33:43 -04:00 |
Aymeric Augustin
|
e32095616c
|
Imported override_settings from its new location.
|
2013-12-23 21:37:56 +01:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Marc Tamlyn
|
09f8652765
|
Use assertIsInstance in tests.
Gives much nicer errors when it fails.
|
2013-05-21 10:42:15 +01:00 |
Preston Timmons
|
3ca3d2206c
|
Modified generic_views for unittest2 discovery.
|
2013-04-12 15:10:04 -06:00 |