Skip to content

Commit 00e12b8

Browse files
committed
add test/run case
1 parent b56b063 commit 00e12b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/run

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/usr/bin/env bash
22

3+
testAirflow() {
4+
compile "airflow"
5+
assertCaptured "apache-airflow==1.10"
6+
assertCapturedSuccess
7+
}
8+
39
testPipenv() {
410
compile "pipenv"
511
assertCapturedSuccess

0 commit comments

Comments
 (0)