Template Tests for Django TemplateView Requiring Staff Permissions
A mixin to be used with testing Django TemplateView class-based views that require staff privileges and certain permissions.
November 9, 2023
A mixin to be used with testing Django TemplateView class-based views that require staff privileges and certain permissions.
A collection of tests useful in determining whether a TemplateView is structured as expected and whether the view demands the expected permissions.
A mixin to be used with testing Django TemplateView class-based views to reduce writing redundant test cases.
An overview of tests you should consider for your Django TemplateView class view.
An easy way to test Django logging to ensure your logs are being created as expected.