test_ok2/testing/code
Anthony Sottile a238d1f37d py36+: remove TYPE_CHECKING from _pytest.compat
automated with:

```bash
git grep -l 'from .* import TYPE_CHECKING' |
    xargs reorder-python-imports \
        --application-directories .:src \
        --remove-import 'from _pytest.compat import TYPE_CHECKING' \
        --add-import 'from typing import TYPE_CHECKING'
```
2020-10-02 15:03:24 -07:00
..
test_code.py Revert change to traceback repr (#7535) 2020-07-24 13:30:38 +02:00
test_excinfo.py py36+: remove TYPE_CHECKING from _pytest.compat 2020-10-02 15:03:24 -07:00
test_source.py typing: set warn_unreachable 2020-08-04 09:59:46 +03:00