Add support for pytest-doctestplus
#4031
Labels
difficulty: easy
A good issue for someone new. Can be done in a few hours
priority: medium
To be resolved if time allows
Description
Now that #3857 is merged, we can add support for
xdoctest
for testing doctests.Xdoctest is a pytest equivalent to python's build-in
doctest
. See more : #3617 (comment)Related to : #3617
Note
It was decided on 27/05/2024 to switch to
pytest-doctestplus
rather thanxdoctest
.The text was updated successfully, but these errors were encountered: