Skip to content
Snippets Groups Projects
Commit fab60ae6 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

more tests

parent cd52da61
No related branches found
No related tags found
No related merge requests found
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() { ...@@ -13,6 +13,19 @@ testPsycopg2() {
assertCapturedSuccess assertCapturedSuccess
} }
testPython2() {
compile "python2"
assertCaptured "python-2.7.13"
assertCapturedSuccess
}
testPython3() {
compile "python3"
assertCaptured "python-3.6.0"
assertCapturedSuccess
}
pushd $(dirname 0) >/dev/null pushd $(dirname 0) >/dev/null
popd >/dev/null popd >/dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment