.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/examples.rst
doc/livelog.py
doc/livelog_bad_session.py
doc/livelog_test_assertion.py
doc/make_wrapped_examples.py
doc/recent_changes.md
doc/requirements.txt
doc/setup.md
doc/setup_doctest.md
doc/test_example1.py
doc/test_example2.py
doc/test_example2_py.md
doc/test_setup.py
doc/test_setup_doctest.py
doc/test_setup_doctest_py.md
doc/test_setup_py.md
src/phmdoctest/__init__.py
src/phmdoctest/__main__.py
src/phmdoctest/cases.py
src/phmdoctest/coder.py
src/phmdoctest/entryargs.py
src/phmdoctest/fenced.py
src/phmdoctest/fillrole.py
src/phmdoctest/functions.py
src/phmdoctest/main.py
src/phmdoctest/py.typed
src/phmdoctest/report.py
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_code_report.txt
tests/empty_output_block.md
tests/empty_output_report.txt
tests/example2_report.txt
tests/extra_line_in_output.md
tests/k_and_v_setup.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/quick_links.py
tests/session_globals_in_setup.md
tests/test_functions.py
tests/test_group_1.py
tests/test_group_2.py
tests/test_group_3.py
tests/test_readme.py
tests/test_type_packaging.py
tests/test_wrapped_examples.py
tests/twentysix_report.txt
tests/twentysix_session_blocks.md
tests/unexpected_output.md
tests/verify.py