issues
search
nose-devs
/
nose2
The successor to nose, based on unittest2
https://nose2.io
Other
794
stars
132
forks
source link
Make mypy pass and add it to CI
#612
Closed
sirosen
closed
6 months ago
sirosen
commented
6 months ago
In short, get type checking to pass and start enforcing it.
Refine mypy config
Add type-ignores for testsuite stdio manipulations
Add type-ignores to 'test_such.py'
Handle type errors in nose/plugins/
Fix type annotations for tomllib/tomli
Set the type of Event._attrs
Refine typing of conditional imports
Add type-ignore comments to functional tests
Add mypy run to CI
In short, get type checking to pass and start enforcing it.