You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently pytest looks into tests and runs tests from there. It would be also very convenient to run docstring examples as docstrings with CI and pre-commit. See pytest doctest docs here: https://docs.pytest.org/en/4.6.x/doctest.html
The text was updated successfully, but these errors were encountered:
Are you suggesting we add to the default test targets in the pyproject toml? Or just add some documentation in the pytest page about how you could set it up?
Currently
pytest
looks intotests
and runs tests from there. It would be also very convenient to run docstring examples as docstrings with CI and pre-commit. See pytest doctest docs here:https://docs.pytest.org/en/4.6.x/doctest.html
The text was updated successfully, but these errors were encountered: