File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,21 +20,4 @@ nosetests -s -v --with-ignore-docstrings --with-xunit --xunit-file=unit_results.
2020echo " uploading unit results"
2121$wc.UploadFile (" https://ci.appveyor.com/api/testresults/junit/$ ( $env: APPVEYOR_JOB_ID ) " , (Resolve-Path .\unit_results.xml))
2222
23- if ($env: ci_type -eq ' standard' -Or $env: ci_type -eq ' long' ){
24- echo " Running CQLEngine integration tests"
25- nosetests - s - v -- with- ignore- docstrings -- with- xunit -- xunit- file= cqlengine_results.xml .\tests\integration\cqlengine
26- $wc.UploadFile (" https://ci.appveyor.com/api/testresults/junit/$ ( $env: APPVEYOR_JOB_ID ) " , (Resolve-Path .\cqlengine_results.xml))
27- echo " uploading CQLEngine test results"
28-
29- echo " Running standard integration tests"
30- nosetests - s - v -- with- ignore- docstrings -- with- xunit -- xunit- file= standard_results.xml .\tests\integration\standard
31- $wc.UploadFile (" https://ci.appveyor.com/api/testresults/junit/$ ( $env: APPVEYOR_JOB_ID ) " , (Resolve-Path .\standard_results.xml))
32- echo " uploading standard integration test results"
33- }
34-
35- if ($env: ci_type -eq ' long' ){
36- nosetests - s - v -- with- ignore- docstrings -- with- xunit -- xunit- file= cqlengine_results.xml .\tests\integration\cqlengine
37- $wc.UploadFile (" https://ci.appveyor.com/api/testresults/junit/$ ( $env: APPVEYOR_JOB_ID ) " , (Resolve-Path .\cqlengine_results.xml))
38- echo " uploading standard integration test results"
39- }
4023exit 0
You can’t perform that action at this time.
0 commit comments