first commit

This commit is contained in:
Mateusz Gruszczyński
2026-03-13 15:17:32 +01:00
commit 986ffb200a
91 changed files with 4423 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
def test_admin_audit_page(logged_admin):
response = logged_admin.get('/admin/audit')
assert response.status_code == 200
assert b'clipboard' in response.data or b'Audit' in response.data or b'Operacje' in response.data