We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4713e commit 07241cdCopy full SHA for 07241cd
test/run
@@ -93,9 +93,21 @@ testPython2() {
93
assertCapturedSuccess
94
}
95
96
-testPython3() {
97
- compile "python3"
98
- assertCaptured "python-3.6.6"
+testPython3_5() {
+ compile "python3_5"
+ assertCaptured "python-3.5.6"
99
+ assertCapturedSuccess
100
+}
101
+
102
+testPython3_6() {
103
+ compile "python3_6"
104
+ assertCaptured "python-3.6.7"
105
106
107
108
+testPython3_7() {
109
+ compile "python3_7"
110
+ assertCaptured "python-3.7.1"
111
112
113
0 commit comments