more tests

This commit is contained in:
2017-01-24 17:09:19 -05:00
parent cd52da6155
commit fab60ae6ab
5 changed files with 17 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
requests
+1
View File
@@ -0,0 +1 @@
python-2.7.13
+1
View File
@@ -0,0 +1 @@
requests
+1
View File
@@ -0,0 +1 @@
python-3.6.0
+13
View File
@@ -13,6 +13,19 @@ testPsycopg2() {
assertCapturedSuccess
}
testPython2() {
compile "python2"
assertCaptured "python-2.7.13"
assertCapturedSuccess
}
testPython3() {
compile "python3"
assertCaptured "python-3.6.0"
assertCapturedSuccess
}
pushd $(dirname 0) >/dev/null
popd >/dev/null