Closed gmuloc closed 2 months ago
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code
This pull request has conflicts, please resolve those before we can evaluate the pull request.
Conflicts have been resolved. A maintainer will review the pull request shortly.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
97.3% Coverage on New Code
0.0% Duplication on New Code
Description
In #740 we end up doing
getargs(TestStatus)
on aLiteral
type which feels very awkward. This PR defines a proper type for TestStatus based on built-in Python Enum (can be made better in Python 3.11 with StrEnum)Checklist:
pre-commit run
)tox -e testenv
)