pytest-dir-equal

pytest-dir-equals is a pytest plugin providing helpers to assert directories equality allowing golden testing


License
MIT
Install
pip install pytest-dir-equal==0.2.1

Documentation

pytest-dir-equal

CI pre-commit.ci status PyPI PyPI - License

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.