|
- test: fixtures/sample.data.pasn1 fixtures/sample.mtree
- (. ./p/bin/activate && \
- (ls cli.py mtree.py | entr sh -c 'python -m coverage run -m unittest cli mtree && coverage report -m --omit=p/\*'))
-
- env:
- virtualenv p
- (. ./p/bin/activate && \
- pip install -r requirements.txt)
-
- fixtures/sample.data.pasn1: fixtures/genfixtures.py
- (. ./p/bin/activate && cd fixtures && PYTHONPATH=.. python genfixtures.py )
-
- fixtures/sample.mtree: fixtures/mtree.dir
- bsdtar -cf - --format mtree --options='!all,time,sha512,size,indent' -C fixtures/mtree.dir . > $@
|