Merge pull request #6039 from blueyed/test_doctest_id

doctest: unset RUNNER_CLASS in pytest_unconfigure
This commit is contained in:
Daniel Hahler
2019-10-23 11:38:59 +02:00
committed by GitHub
3 changed files with 24 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
The ``PytestDoctestRunner`` is properly invalidated when unconfiguring the doctest plugin.
This is important when used with ``pytester``'s ``runpytest_inprocess``.