diff --git a/pytest.ini b/pytest.ini index df3eb51..ecf4ecc 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --doctest-modules +addopts = --doctest-modules --doctest-glob=README.md