mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #195] test: add comprehensive pytest unit test suite #213
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#213
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?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/195
Author: @egi03
Created: 1/25/2026
Status: 🔄 Open
Base:
main← Head:add-unit-tests📝 Commits (2)
67dfd41test: add comprehensive pytest unit test suite3abfdd3fix: address code review feedback📊 Changes
7 files changed (+827 additions, -1 deletions)
View changed files
➕
pytest.ini(+9 -0)📝
requirements.txt(+5 -1)➕
tests/__init__.py(+1 -0)➕
tests/conftest.py(+169 -0)➕
tests/test_time.py(+262 -0)➕
tests/test_tyres.py(+193 -0)➕
tests/test_ui_helpers.py(+188 -0)📄 Description
Summary
This PR adds a comprehensive pytest unit test suite to establish testing infrastructure for the project.
Changes
Total: 100+ test cases
How to Run