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

update tests to know about more pythons

parent 1f6be182
No related branches found
No related tags found
No related merge requests found
python-3.4.9
requests
\ No newline at end of file
python-3.5.6
requests
\ No newline at end of file
requests
\ No newline at end of file
python-3.7.0
......@@ -86,12 +86,30 @@ testPython2() {
assertCapturedSuccess
}
testPython3() {
compile "python3"
testPython3_4() {
compile "python3_4"
assertCaptured "python-3.4.9"
assertCapturedSuccess
}
testPython3_5() {
compile "python3_5"
assertCaptured "python-3.5.6"
assertCapturedSuccess
}
testPython3_6() {
compile "python3_6"
assertCaptured "python-3.6.6"
assertCapturedSuccess
}
testPython3_7() {
compile "python3_7"
assertCaptured "python-3.7.0"
assertCapturedSuccess
}
testGitEgg() {
compile "git-egg"
assertCaptured "requests"
......
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