.gitignore
.readthedocs.yml
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
_config.yml
appveyor.yml
checklist.txt
codecov.yml
conf.py
index.rst
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
tox.ini
doc/recent_changes.md
doc/requirements.txt
src/pytest_phmdoctest/__init__.py
src/pytest_phmdoctest/plugin.py
src/pytest_phmdoctest.egg-info/PKG-INFO
src/pytest_phmdoctest.egg-info/SOURCES.txt
src/pytest_phmdoctest.egg-info/dependency_links.txt
src/pytest_phmdoctest.egg-info/entry_points.txt
src/pytest_phmdoctest.egg-info/not-zip-safe
src/pytest_phmdoctest.egg-info/requires.txt
src/pytest_phmdoctest.egg-info/top_level.txt
tests/conftest.py
tests/requirements.txt
tests/requirements_inspect.txt
tests/test_collect_parser.py
tests/test_collect_section.py
tests/test_configs.py
tests/test_plugin.py
tests/test_readme.py
tests/test_save.py
tests/expected/test_directive2.py
tests/expected/test_setup_doctest.py
tests/markdown/directive1.md
tests/markdown/directive3.md
tests/markdown/example2.md
tests/markdown/setup.md
tests/markdown/setup_doctest.md
tests/sample/CONTRIBUTING.md
tests/sample/README.md
tests/sample/pytest.ini
tests/sample/doc/README.md
tests/sample/doc/directive2.md
tests/sample/doc/nocode.md
tests/sample/doc/project.md
tests/sample/tests/test_example.py
tests/setup_doctest_demo/test_setup_doctest1.py
tests/setup_doctest_demo/test_setup_doctest2.py