.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/factory.py
src/pytest_remaster/golden_master.py
src/pytest_remaster/matchers.py
src/pytest_remaster/pandas_io.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_collecting.py
tests/test_discovery.py
tests/test_factory.py
tests/test_golden_master.py
tests/test_matcher.py
tests/test_output_spec.py
tests/test_pandas_io.py
tests/test_patching.py
tests/test_plugin.py
tests/test_serializers.py
tests/test_tolerance_matcher.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_pylint/platform_checker.py
tests/demo_pylint/test_functional.py
tests/demo_pylint/cases/simple_module.311.linux.txt
tests/demo_pylint/cases/simple_module.312.linux.txt
tests/demo_pylint/cases/simple_module.313.linux.txt
tests/demo_pylint/cases/simple_module.314.linux.txt
tests/demo_pylint/cases/simple_module.py
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