|
7 months ago | |
---|---|---|
.. | ||
v0.97 | 7 months ago | |
v1.0 | 7 months ago | |
LICENSE.md | 7 months ago | |
README.1st | 7 months ago | |
README.md | 7 months ago | |
test-harness | 7 months ago |
This is a simple collection of BagIt format test cases for different implementations.
If you have a bag validator which follows standard Unix convention, you can run all of the tests quickly using the provided test harness:
python test-harness -v -- ~/Projects/bagit-python/bagit.py --validate --quiet
Git's core.autocrlf
setting can cause bag validation failures by converting CRLF files automatically
depending on your operating system and configuration. It is recommended that you disable it in your local
checkout of this repository:
git config core.autocrlf false
This repository is released as a public domain work of the U.S. Government.
Contributions are gladly accepted but must be released into the public domain.