test_ok2/testing/code
Ran Benita 0c247be769 Add a few missing type annotations in _pytest._code
These are more "dirty" than the previous batch (that's why they were
left out). The trouble is that `compile` can return either a code object
or an AST depending on a flag, so we need to add an overload to make the
common case Union free. But it's still worthwhile.
2020-01-19 19:39:14 +02:00
..
test_code.py Add type annotations to _pytest._code.code 2019-11-16 22:29:57 +02:00
test_excinfo.py Merge pull request #6509 from blueyed/typing-minor 2020-01-19 11:33:41 +01:00
test_source.py Add a few missing type annotations in _pytest._code 2020-01-19 19:39:14 +02:00