Skip to content

Commit 07241cd

Browse files
committed
add tests for new runtimes
1 parent ae4713e commit 07241cd

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

test/run

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,21 @@ testPython2() {
9393
assertCapturedSuccess
9494
}
9595

96-
testPython3() {
97-
compile "python3"
98-
assertCaptured "python-3.6.6"
96+
testPython3_5() {
97+
compile "python3_5"
98+
assertCaptured "python-3.5.6"
99+
assertCapturedSuccess
100+
}
101+
102+
testPython3_6() {
103+
compile "python3_6"
104+
assertCaptured "python-3.6.7"
105+
assertCapturedSuccess
106+
}
107+
108+
testPython3_7() {
109+
compile "python3_7"
110+
assertCaptured "python-3.7.1"
99111
assertCapturedSuccess
100112
}
101113

0 commit comments

Comments
 (0)