LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
src/pytest_regtest/__init__.py
src/pytest_regtest/numpy_handler.py
src/pytest_regtest/pandas_handler.py
src/pytest_regtest/polars_handler.py
src/pytest_regtest/pytest_regtest.py
src/pytest_regtest/register_third_party_handlers.py
src/pytest_regtest/snapshot_handler.py
src/pytest_regtest/utils.py
src/pytest_regtest.egg-info/PKG-INFO
src/pytest_regtest.egg-info/SOURCES.txt
src/pytest_regtest.egg-info/dependency_links.txt
src/pytest_regtest.egg-info/entry_points.txt
src/pytest_regtest.egg-info/requires.txt
src/pytest_regtest.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_issue_int_version.py
tests/test_regtest.py
tests/test_snapshot.py
tests/test_snapshot_numpy.py
tests/test_snapshot_pandas.py
tests/test_snapshot_polars.py
tests/test_snapshot_python_types.py
tests/test_utils.py