mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-10 08:25:56 +02:00
[GH-ISSUE #120] [ENHANCEMENT REQUEST] Test suite for the application #32
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#32
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 @viralcodex on GitHub (Dec 23, 2025).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/120
Hi @IAmTomShaw , since the application is already growing at a steady pace, should we have a test suite using pytest and pytest-mock for the current features and codebase setup so that we prevent breaking changes as the code evolves and becomes more complex than it already is currently?
Would love to work on it to get it started and we can have contributors add tests too so that we have decent coverage slowly and make development much more stable and less bugs?
Let me know your thoughts on it :)