diff --git a/test/run b/test/run index f6368161bae2719f3f75e8fa4d18febfe1fef5bd..c5126dad9335b1a2840fb2692bf8e24692e2c4e5 100755 --- a/test/run +++ b/test/run @@ -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 }