Skip to content
Snippets Groups Projects
Commit 07241cd7 authored by Casey Faist's avatar Casey Faist
Browse files

add tests for new runtimes

parent ae4713ef
No related branches found
No related tags found
No related merge requests found
......@@ -93,9 +93,21 @@ testPython2() {
assertCapturedSuccess
}
testPython3() {
compile "python3"
assertCaptured "python-3.6.6"
testPython3_5() {
compile "python3_5"
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
}
......
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