From 00e12b8ec2627eecc6d9bdfaa953bd544def62d6 Mon Sep 17 00:00:00 2001 From: Casey Faist <caseylfaist@gmail.com> Date: Fri, 5 Oct 2018 13:35:42 -0500 Subject: [PATCH] add test/run case --- test/run | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/run b/test/run index 5277176b..b8a7c0df 100755 --- a/test/run +++ b/test/run @@ -1,5 +1,11 @@ #!/usr/bin/env bash +testAirflow() { + compile "airflow" + assertCaptured "apache-airflow==1.10" + assertCapturedSuccess +} + testPipenv() { compile "pipenv" assertCapturedSuccess -- GitLab