pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

[FeatureRequest] Add --doctest-only to only collect doctests #206

Closed dhirschfeld closed 5 years ago

dhirschfeld commented 5 years ago

When using pytest on CI you often want to test doctests / unittests / intergration tests separately. To enable this usecase it would be good to have a --doctest-only flag to enable running on the doctests

dhirschfeld commented 5 years ago

Moved to https://github.com/pytest-dev/pytest/issues/4726