pytest-mypy-testing icon indicating copy to clipboard operation
pytest-mypy-testing copied to clipboard

Pass through pdb flag

Open ikonst opened this issue 5 years ago • 0 comments

This would allow pytest --pdb to magically break into mypy, which is very helpful when developing mypy plugins.

Basically copy https://github.com/pynamodb/PynamoDB/blob/fe97c856201770322eeb94858a61ff3993cd439b/tests/mypy_helpers.py#L33-L34 and https://github.com/pynamodb/PynamoDB/blob/fe97c856201770322eeb94858a61ff3993cd439b/tests/conftest.py#L10

ikonst avatar May 27 '20 03:05 ikonst