pytest-mypy-testing
pytest-mypy-testing copied to clipboard
Pass through pdb flag
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