.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
HOWTORELEASE.rst
LICENSE
README.rst
mypy.ini
setup.py
tox.ini
.github/workflows/main.yml
doc/.gitignore
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/installation.rst
doc/license.rst
doc/make.bat
doc/overview.rst
src/pytest_regressions/__init__.py
src/pytest_regressions/common.py
src/pytest_regressions/data_regression.py
src/pytest_regressions/dataframe_regression.py
src/pytest_regressions/file_regression.py
src/pytest_regressions/image_regression.py
src/pytest_regressions/ndarrays_regression.py
src/pytest_regressions/num_regression.py
src/pytest_regressions/plugin.py
src/pytest_regressions/py.typed
src/pytest_regressions/testing.py
src/pytest_regressions.egg-info/PKG-INFO
src/pytest_regressions.egg-info/SOURCES.txt
src/pytest_regressions.egg-info/dependency_links.txt
src/pytest_regressions.egg-info/entry_points.txt
src/pytest_regressions.egg-info/requires.txt
src/pytest_regressions.egg-info/top_level.txt
tests/conftest.py
tests/test_data_regression.py
tests/test_dataframe_regression.py
tests/test_file_regression.py
tests/test_filenames.py
tests/test_grids.py
tests/test_image_regression.py
tests/test_ndarrays_regression.py
tests/test_num_regression.py
tests/test_data_regression/case.normal.yml
tests/test_data_regression/test_custom_object.yml
tests/test_data_regression/test_example.yml
tests/test_dataframe_regression/test_arrays_of_same_size.csv
tests/test_dataframe_regression/test_arrays_with_different_sizes.csv
tests/test_dataframe_regression/test_bool_array.csv
tests/test_dataframe_regression/test_common_cases.csv
tests/test_dataframe_regression/test_dataframe_with_empty_strings.csv
tests/test_dataframe_regression/test_different_data_types.csv
tests/test_dataframe_regression/test_integer_values_smoke_test.csv
tests/test_dataframe_regression/test_nonrange_index.csv
tests/test_dataframe_regression/test_number_formats.csv
tests/test_dataframe_regression/test_string_array.csv
tests/test_file_regression/test_simple_bin_file.bin
tests/test_file_regression/test_simple_text_file.md
tests/test_filenames/TestClass_test_foo.csv
tests/test_filenames/test_foo.csv
tests/test_grids/test_grids2.yml
tests/test_image_regression/test_image_regression.png
tests/test_ndarrays_regression/test_arrays_of_same_shape.npz
tests/test_ndarrays_regression/test_arrays_of_same_size_1d.npz
tests/test_ndarrays_regression/test_arrays_with_different_shapes.npz
tests/test_ndarrays_regression/test_arrays_with_different_sizes_1d.npz
tests/test_ndarrays_regression/test_bool_array.npz
tests/test_ndarrays_regression/test_common_case.npz
tests/test_ndarrays_regression/test_common_case_nd.npz
tests/test_ndarrays_regression/test_common_case_zero_expected.npz
tests/test_ndarrays_regression/test_complex_array.npz
tests/test_ndarrays_regression/test_different_data_types.npz
tests/test_ndarrays_regression/test_float_values_smoke_test.npz
tests/test_ndarrays_regression/test_integer_values_smoke_test.npz
tests/test_ndarrays_regression/test_missing_obtained.npz
tests/test_ndarrays_regression/test_new_obtained.npz
tests/test_ndarrays_regression/test_scalars.npz
tests/test_ndarrays_regression/test_string_array.npz
tests/test_num_regression/test_array_dtype_stored_correctly.csv
tests/test_num_regression/test_arrays_of_same_size.csv
tests/test_num_regression/test_arrays_with_different_sizes.csv
tests/test_num_regression/test_bool_array.csv
tests/test_num_regression/test_common_cases.csv
tests/test_num_regression/test_different_data_types.csv
tests/test_num_regression/test_fill_different_shape_with_nan.csv
tests/test_num_regression/test_integer_values_smoke_test.csv
tests/test_num_regression/test_number_formats.csv
tests/test_num_regression/test_simple_floats.csv
tests/test_num_regression/test_simple_list_of_numbers.csv
tests/test_num_regression/test_simple_numbers.csv
tests/test_num_regression/test_simple_numbers.yml
tests/test_num_regression/test_simple_tuple_of_numbers.csv