Commit fab60ae6 authored by Kenneth Reitz's avatar Kenneth Reitz

more tests

parent cd52da61
requests
\ No newline at end of file
python-2.7.13
\ No newline at end of file
requests
\ No newline at end of file
python-3.6.0
\ No newline at end of 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment