Commit 07241cd7 authored by Casey Faist's avatar Casey Faist

add tests for new runtimes

parent ae4713ef
...@@ -93,9 +93,21 @@ testPython2() { ...@@ -93,9 +93,21 @@ testPython2() {
assertCapturedSuccess assertCapturedSuccess
} }
testPython3() { testPython3_5() {
compile "python3" compile "python3_5"
assertCaptured "python-3.6.6" assertCaptured "python-3.5.6"
assertCapturedSuccess
}
testPython3_6() {
compile "python3_6"
assertCaptured "python-3.6.7"
assertCapturedSuccess
}
testPython3_7() {
compile "python3_7"
assertCaptured "python-3.7.1"
assertCapturedSuccess assertCapturedSuccess
} }
......
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