add test/run case

This commit is contained in:
Casey Faist
2018-10-05 13:35:42 -05:00
parent b56b063dd5
commit 00e12b8ec2
+6
View File
@@ -1,5 +1,11 @@
#!/usr/bin/env bash
testAirflow() {
compile "airflow"
assertCaptured "apache-airflow==1.10"
assertCapturedSuccess
}
testPipenv() {
compile "pipenv"
assertCapturedSuccess