Add some basic testing, dummy rpm creation, and a testing README

This commit is contained in:
Adam Miller 2015-06-10 09:53:31 -05:00
parent 7d714e49f3
commit 793e9f3d06
8 changed files with 701 additions and 0 deletions

12
tests/test_compose.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/sh
export PYTHONPATH=$(pwd)/pmd:$(pwd)/../
export PATH=$(pwd)/../bin:$PATH
mkdir -p _composes
pungi-koji \
--target-dir=_composes \
--old-composes=_composes \
--config=dummy-pungi.conf \
--test