https://github.com/dwoz/pytest-dataplugin
pytest-dataplugin is a pytest plugin for managing an archive of test data.
https://github.com/dwoz/pytest-dataplugin
pytest pytest-plugin python python2 python3 testdata testing
Last synced: 2 months ago
JSON representation
pytest-dataplugin is a pytest plugin for managing an archive of test data.
- Host: GitHub
- URL: https://github.com/dwoz/pytest-dataplugin
- Owner: dwoz
- License: mit
- Created: 2017-07-15T00:13:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T05:33:58.000Z (over 7 years ago)
- Last Synced: 2025-01-30T12:14:33.308Z (4 months ago)
- Topics: pytest, pytest-plugin, python, python2, python3, testdata, testing
- Language: Python
- Homepage: https://github.com/dwoz/pytest-dataplugin/blob/master/README.rst
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
`pytest-dataplugin `_
================================================================`documentation `_
`pytest-dataplugin `_ is a pytest
plugin for managing an archive of test data that lives outide your code's
repository.The dataplugin allows you to manage a directory of test data that lives outside
your main code repository. The use case for this plugin is when test data is
larger than what you want to store with your code or test data that otherwise
doesn't make sense to store with the code (binary data might be one example).The test data directory can be ignored by git. The plugin creates an archive
with a consistant hash. This hash is intended to be stored in file that gets
commited to the repository. The plugin uses this hash to know if the data
directory is out of date after.