test_ok2/testing/example_scripts/marks/marks_considered_keywords
Ran Benita c1167ac552 Add rudimentary mypy type checking
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.
2019-07-09 10:49:17 +03:00
..
__init__.pyi Add rudimentary mypy type checking 2019-07-09 10:49:17 +03:00
conftest.py fix #4649 - also transfer markers to keywordmapping 2019-01-18 23:18:51 +01:00
test_marks_as_keywords.py pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00