-
Notifications
You must be signed in to change notification settings - Fork 22
use pytest as the execution engine for all tests #951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍(Review updated until commit 1c9e886)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 1c9e886
Previous suggestionsSuggestions up to commit b507770
|
restore restore this too Revert "first pass" This reverts commit b507770.
2b2fd42 to
db472bb
Compare
|
Persistent review updated to latest commit 1c9e886 |
| - name: Install dependencies (CLI) | ||
| run: | | ||
| uv sync | ||
| uv add timeout_decorator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add to toml and update lock file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh my bad, we're removing this from the dependencies, do we need the workflow file then?
PR Type
Enhancement, Tests, Bug fix
Description
Standardize on pytest for all tests
Remove unittest-specific timeout/decorator logic
Simplify runners and parsers for pytest-only flow
Add robust test file path resolution
Diagram Walkthrough
File Walkthrough
4 files
Remove unittest timeout decorators and importsUnify benchmarking/profiling to pytest; simplify loopsAdd robust pytest classname-to-file resolver; unify timeout parsingConsolidate runners to pytest for all frameworks; remove unittestrunner3 files
Add tests for resolving pytest unittest class pathsUpdate expectations to remove timeout_decorator usageAdjust env and invocation for pytest-based unittest run1 files
Add timeout_decorator install for CI compatibility1 files
Drop unittest and timeout-decorator deps; keep pytest-timeout