Drew Devereux

Results 2 issues of Drew Devereux

Pytest-bdd uses frame inspection to obtain the path to its feature file. This in unreliable because Pytest performs assert rewriting, and caches the rewritten modules. If I run pytest-bdd on...

When in strict mode, mypy objects to imports from transitions with errors like ``` error: Module "transitions.extensions" does not explicitly export attribute "LockedMachine"; implicit reexport disabled [attr-defined] ``` This occurs...

bug