twmr / pytest-sphinx

sphinx doctest plugin for pytest
BSD 3-Clause "New" or "Revised" License
29 stars 6 forks source link

Use doctest.DocTest instead of SphinxDoctest #3

Closed twmr closed 6 years ago

twmr commented 6 years ago

The DocTest class from the stdlib has support for sorting tests, which is needed for fixing #1.

Fixes #1

twmr commented 6 years ago

accidentally closed this PR