mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-27 06:35:57 +03:00
[GH-ISSUE #8] Setup pytest for backend #7
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @EddieTheCubeHead on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/8
Setup backend testing using pytest.
Replace normal naming standards with the following pytest.ini -file:
Create two preliminary fixtures:
Acceptance criteria: backend has a pytest test set and aforementioned fixtures. Root route (hello world-return) is tested.
@EddieTheCubeHead commented on GitHub (Jan 24, 2024):
Doing this with ticket #7 as the ticket proved to be pretty light on code and has no verifiable functionality changes without tests