.gitignore
.pre-commit-config.yaml
CLAUDE.md
LICENSE
README.md
pyproject.toml
.github/FUNDING.yml
.github/SECURITY.md
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/release.yaml
src/pytest_remaster/__init__.py
src/pytest_remaster/discovery.py
src/pytest_remaster/golden_master.py
src/pytest_remaster/patching.py
src/pytest_remaster/plugin.py
src/pytest_remaster/py.typed
src/pytest_remaster.egg-info/PKG-INFO
src/pytest_remaster.egg-info/SOURCES.txt
src/pytest_remaster.egg-info/dependency_links.txt
src/pytest_remaster.egg-info/entry_points.txt
src/pytest_remaster.egg-info/requires.txt
src/pytest_remaster.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_plugin.py
tests/demo/__init__.py
tests/demo/chatbot.py
tests/demo/test_chatbot.py
tests/demo/cases/greet/goodbye/command
tests/demo/cases/greet/goodbye/expected_0
tests/demo/cases/greet/goodbye/expected_1
tests/demo/cases/greet/hello/command
tests/demo/cases/greet/hello/expected_0
tests/demo/cases/greet/hello/expected_1
tests/demo/cases/greet/hello/user_status.json
tests/demo/cases/help/unknown-command/command
tests/demo/cases/help/unknown-command/expected_0
tests/demo/cases/help/unknown-command/expected_1
tests/demo_subprocess/__init__.py
tests/demo_subprocess/cli.py
tests/demo_subprocess/test_cli.py
tests/demo_subprocess/cases/divide/expected.log
tests/demo_subprocess/cases/divide/expected.stdout
tests/demo_subprocess/cases/divide/input.json
tests/demo_subprocess/cases/divide-by-zero/expected.log
tests/demo_subprocess/cases/divide-by-zero/expected.stderr
tests/demo_subprocess/cases/divide-by-zero/input.json
tests/demo_subprocess/cases/greet/expected.log
tests/demo_subprocess/cases/greet/expected.stdout
tests/demo_subprocess/cases/greet/input.json
tests/demo_subprocess/cases/unknown/expected.log
tests/demo_subprocess/cases/unknown/expected.stderr
tests/demo_subprocess/cases/unknown/input.json