Commit graph

8 commits

Author SHA1 Message Date
092e12a892 feat: org status check moved
Accessing endpoints as super admin no longer requires the org to be approved.
2026-06-12 14:50:32 +01:00
778f1dbece tests: remove db modifications from individual tests
All db seeding now down in conftest
2026-06-12 11:29:42 +01:00
1a6a6ad97d fix: remove trailing slash and plurals in paths 2026-06-11 16:14:22 +01:00
bace6388aa tests: pytest module markers 2026-06-09 13:58:08 +01:00
c689ac1e10 minor: ruff formatter
All changes are either:
- Correcting tabs
- Adding/removing line breaks
- Adding trailing commas
2026-06-08 15:31:37 +01:00
903b24d17d ruff: config and initial run 2026-06-08 10:45:38 +01:00
9d9ca0b907 minor: rename test client
client -> default_client

To allow for different clients. Primarily to allow different overrides for auth testing.
2026-06-03 13:54:30 +01:00
a907506ec1 tests: org approval auth tests
A module of tests which verifies relevant endpoints either do or do not allow unapproved orgs.

Issue: #18
2026-06-03 12:00:21 +01:00