89dfde9535
Add a very lax mypy configuration, add it to tox -e linting, and fix/ignore the few errors that come up. The idea is to get it running before diving in too much. This enables: - Progressively adding type annotations and enabling more strict options, which will improve the codebase (IMO). - Annotating the public API in-line, and eventually exposing it to library users who use type checkers (with a py.typed file). Though, none of this is done yet. Refs https://github.com/pytest-dev/pytest/issues/3342. |
||
---|---|---|
.. | ||
test_conftest_funcargs_only_available_in_subdir | ||
test_extend_fixture_conftest_conftest | ||
test_extend_fixture_conftest_module | ||
test_detect_recursive_dependency_error.py | ||
test_extend_fixture_module_class.py | ||
test_funcarg_basic.py | ||
test_funcarg_lookup_classlevel.py | ||
test_funcarg_lookup_modulelevel.py | ||
test_funcarg_lookupfails.py |