.gitignore
.readthedocs.yml
.travis.yml
LICENSE.txt
MANIFEST.in
README.md
checklist.txt
conf.py
index.rst
project.md
pyproject.toml
setup.cfg
setup.py
tox.ini
doc/about.rst
doc/api.rst
doc/example1.md
doc/example2.md
doc/recent_changes.md
doc/requirements.txt
doc/test_example1.py
doc/test_example2.py
src/phmdoctest/__init__.py
src/phmdoctest/__main__.py
src/phmdoctest/main.py
src/phmdoctest/print_capture.py
src/phmdoctest/py.typed
src/phmdoctest/simulator.py
src/phmdoctest/tool.py
src/phmdoctest.egg-info/PKG-INFO
src/phmdoctest.egg-info/SOURCES.txt
src/phmdoctest.egg-info/dependency_links.txt
src/phmdoctest.egg-info/entry_points.txt
src/phmdoctest.egg-info/not-zip-safe
src/phmdoctest.egg-info/requires.txt
src/phmdoctest.egg-info/top_level.txt
tests/bad_session_output.md
tests/does_not_print.md
tests/empty_code_block.md
tests/empty_output_block.md
tests/example2_report.txt
tests/extra_line_in_output.md
tests/missing_some_output.md
tests/multiple_skips_report.txt
tests/no_code_blocks.md
tests/one_code_block.md
tests/output_has_blank_lines.md
tests/test_phmdoctest.py
tests/test_readme.py
tests/test_type_packaging.py
tests/twentysix_report.txt
tests/twentysix_session_blocks.md
tests/unexpected_output.md
tests/verify.py