pytest-dir-equal
pytest-dir-equals is a pytest plugin providing helpers to assert directories equality allowing golden testing
Getting started
Install pytest-dir-equal
:
# pip
pip install pytest-dir-equal
# pipenv
pipenv install pytest-dir-equal
# PDM
pdm add pytest-dir-equal
Contributing
Read the dedicated contributing guidelines.