aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/urlpatterns.py
AgeCommit message (Collapse)Author
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-06Purge naked excepts.Marc Tamlyn
Most of these had obvious exceptions which would be thrown. Some I'm not sure about but they should at least catch only Exception so as not to ignore SystemExit and other inappropriate Error classes.
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-01-21Tweaked some method names to be more clear and added a docstring to the test ↵Kevin Stone
case class. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
2013-01-20Added test case for format_suffix_patterns to validate changes introduced ↵Kevin Stone
with issue #593. Signed-off-by: Kevin Stone <kevinastone@gmail.com>