Commit graph

21 commits

Author SHA1 Message Date
f600664789 tests: improved coverage 2026-06-05 09:10:55 +01:00
c8024daa97 minor: renames and error messages 2026-06-04 14:53:35 +01:00
94cf6c5258 tests: only user auth tests
Resolves #18
2026-06-04 12:13:02 +01:00
c670d8ff51 tests: root user auth tests
Issue: #18
2026-06-04 11:50:16 +01:00
2ec9cca99c feat: super admin handling
The list of super admins now comes from a dependency, allowing it to easily be overrridden during testing.
2026-06-04 11:48:50 +01:00
3460cd76a5 tests: super admin auth tests 2026-06-03 14:36:15 +01:00
1b54918bb4 minor: remove extra decorators
These were duplicates and had no effect.
2026-06-03 14:28:40 +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
905fcf8814 feat: endpoint list producer 2026-06-03 11:57:18 +01:00
8a9f03ee0b feat: get users includes org info 2026-06-03 09:38:54 +01:00
7833386350 feat: patch questionnaire doesn't overwrite with none 2026-06-03 09:29:06 +01:00
81a4cc6cca feat: org router endpoint cleanup
`/id/` removed from GET
Trailing `/` removed from POST and DELETE
2026-06-02 16:36:11 +01:00
806bbfcbfc tests: iam router 2026-06-02 16:12:17 +01:00
6f174deefc tests: db seeding change 2026-06-02 16:10:16 +01:00
d3400f53e4 tests: org router 2026-06-01 15:57:00 +01:00
c0d353077b test: db setup fix
Previous set up seemed to work but the db was persisting between tests, allowing for contamination.
2026-06-01 15:25:50 +01:00
b8b6e6c7ee test: services router 2026-05-29 16:55:21 +01:00
7e89ab0afd test: broader db seeding 2026-05-29 16:54:37 +01:00
79f8104f2f tests: user router 2026-05-29 15:18:19 +01:00
19145271ae tests: test init 2026-05-29 15:18:10 +01:00