Closed artsiomkaltovich closed 3 years ago
The rst is following:
Testing the doctest extension
=============================
* options for doctest/testcode/testoutput blocks
.. testcode::
print('Output text.')
.. testoutput::
:hide:
:options: +NORMALIZE_WHITESPACE
Output text.
Hi @ArtyomKaltovich. Sry for my late reply.
Can you check if the latest release of pytest-sphinx has fixed the issue for you? In #17 I added support for ignoring the :hide:
option.
Hello @thisch.
I've found a workaround, but thank you for the fix. :)
I will close the issue.
Hello.
I stuck with test with
testoutput
with:hide:
directive. I run the code as follow:Unfortunately the examples page are outdated.
Regards.