summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_finders.py
AgeCommit message (Expand)Author
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-02-01Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...Ling-Xiao Yang
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-03-28Cleaned class inheritances in staticfiles testsClaude Paroz
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-07-01Fixed #24982 -- Split staticfiles tests into multiple filesMoritz Sichert