.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.md
doc/api.rst
doc/directive1.md
doc/directive1_raw.md
doc/directive1_report.txt
doc/directive1_report_txt.md
doc/directive2.md
doc/directive2_raw.md
doc/directive2_report.txt
doc/directive2_report_txt.md
doc/directive3.md
doc/directive3_raw.md
doc/directive3_report.txt
doc/directive3_report_txt.md
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/my_markdown_file.md
doc/recent_changes.md
doc/requirements.txt
doc/setup.md
doc/setup_doctest.md
doc/test_directive1.py
doc/test_directive1_py.md
doc/test_directive2.py
doc/test_directive2_py.md
doc/test_directive3.py
doc/test_directive3_py.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/direct.py
src/phmdoctest/entryargs.py
src/phmdoctest/fenced.py
src/phmdoctest/fillrole.py
src/phmdoctest/fixture.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/bad_skipif_number.md
tests/direct.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/label_not_identifier.md
tests/label_used_twice.md
tests/managenamespace.md
tests/missing_some_output.md
tests/multiple_skips_report.txt
tests/no_code_blocks.md
tests/no_fenced_code_blocks.md
tests/one_code_block.md
tests/one_mark_skip.md
tests/output_has_blank_lines.md
tests/quick_links.py
tests/setup_only.md
tests/test_direct.py
tests/test_fixture.py
tests/test_functions.py
tests/test_group_1.py
tests/test_group_2.py
tests/test_group_3.py
tests/test_managenamespace.py
tests/test_readme.py
tests/test_setup_doctest_fixture.py
tests/test_setup_fixture.py
tests/test_tool.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