test(backend): list+details tests #12
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#12
Loading…
Reference in a new issue
No description provided.
Delete branch "test/basic-be-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goes over testing for list+details flows and opportunistically fixes two minor issues with the details flow (raising
HTTPException
properly, getting the inserted ID from new rows instead of the tuple returned bypsycopg2
).This also makes the test script more graceful when failure happens and ensures that cleanup is done on Docker.