summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_finders.py
AgeCommit message (Expand)Author
2024-08-28Refs #22712 -- Adjusted deprecation warning stacklevel in staticfiles finders.Simon Charette
2024-06-28Refs #22712 -- Corrected deprecation of "all" argument in django.contrib.stat...Mariusz Felisiak
2024-06-27Fixed #22712 -- Avoided name shadowing of "all" in django.contrib.staticfiles...Andreu Vallbona
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
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