Skip to content

Overview

PyPI Latest Release License Documentation DOI Downloads Code style: black

When testing Python code, it's important to validate the method call arguments to ensure that the code is working correctly. The pytest-compare package is a useful tool for comparing and validating complex data structures in your test code.

pytest-compare is specifically designed to work seamlessly with assert methods. While it's relatively easy to compare simple Python variables, complex structures like pd.DataFrame require more effort and time to validate. With pytest-compare, you can quickly and easily compare complex data structures, making it easier to validate your test cases and ensure that your code is functioning as expected.