Metadata-Version: 2.1
Name: pytest-compare
Version: 0.0.1
Summary: pytest plugin for comparing call arguments.
Author-email: Ilya Michlin <ilyamichlin1@gmail.com>
Project-URL: documentation, https://github.com/IlyaMichlin/pytest-compare/blob/master/README.md
Project-URL: repository, https://github.com/IlyaMichlin/pytest-compare/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pytest
Provides-Extra: dataframe
Requires-Dist: pandas ; extra == 'dataframe'

# python-compare

* actual: The actual values the method was originally called with.
* expected: The expected values the method was originally called with (test values).
