mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
readd static test
This commit is contained in:
@ -32,6 +32,9 @@ class MiddlewareTests(TestCase):
|
|||||||
# logout
|
# logout
|
||||||
self.client.logout()
|
self.client.logout()
|
||||||
|
|
||||||
|
# check that static files go through
|
||||||
|
self.check_path('/static/css/inventree.css')
|
||||||
|
|
||||||
# check that account things go through
|
# check that account things go through
|
||||||
self.check_path(reverse('account_login'))
|
self.check_path(reverse('account_login'))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user