jolly-good-toolbelt / sphinx_gherkindoc

A tool to convert Gherkin into Sphinx documentation
https://jolly-good-toolbelt.github.io/sphinx_gherkindoc/
11 stars 10 forks source link

Fix: pytest bdd imports #39

Closed bradsbrown closed 4 years ago

bradsbrown commented 4 years ago

Tweak the mypy modeling in writer.py such that we don't directly import the parsers.pytest_bdd module (since it won't always be available, if pytest_bdd wasn't installed).