Skip to content

Instantly share code, notes, and snippets.

@msabramo
Created April 8, 2014 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msabramo/10155931 to your computer and use it in GitHub Desktop.
Save msabramo/10155931 to your computer and use it in GitHub Desktop.
python-jenkins test results and coverage
py34 inst-nodeps: /home/vagrant/dev/bzr-repos/python-jenkins/python3/.tox/dist/python-jenkins-0.2.1.zip
py34 runtests: commands[0] | py.test --cov=jenkins --cov-report=xml --cov-report=term-missing tests
=================================================================================================================================================== test session starts ====================================================================================================================================================
platform linux -- Python 3.4.0 -- py-1.4.20 -- pytest-2.5.2
plugins: cov
collected 9 items
tests/test_jenkins.py .........
-------------------------------------------------------------------------------------------------------------------------------------- coverage: platform linux, python 3.4.0-final-0 --------------------------------------------------------------------------------------------------------------------------------------
Name Stmts Miss Cover Missing
------------------------------------------------
jenkins/__init__ 223 118 47% 184, 189, 204-208, 224, 228, 234-235, 243-253, 282-288, 337-344, 354, 363-367, 376-380, 388-392, 400-401, 410-411, 419-420, 429-436, 457-460, 471-480, 490-492, 502, 511-521, 529-533, 541-545, 554-557, 566-570, 586-621, 631-643
Coverage XML written to file coverage.xml
================================================================================================================================================= 9 passed in 0.25 seconds =================================================================================================================================================
_________________________________________________________________________________________________________________________________________________________ summary __________________________________________________________________________________________________________________________________________________________
py26: commands succeeded
py27: commands succeeded
pypy: commands succeeded
py33: commands succeeded
py34: commands succeeded
congratulations :)
@msabramo
Copy link
Author

msabramo commented Apr 8, 2014

vagrant@ubuntu:~/dev/bzr-repos/python-jenkins/python3$ bzr info
Standalone tree (format: 2a)
Location:
  branch root: .

Related branches:
    push branch: bzr+ssh://bazaar.launchpad.net/~msabramo/python-jenkins/python3/
  parent branch: bzr+ssh://bazaar.launchpad.net/~msabramo/python-jenkins/python3/
vagrant@ubuntu:~/dev/bzr-repos/python-jenkins/python3$ bzr log -l 1
------------------------------------------------------------
revno: 33
committer: Marc Abramowitz <marca@surveymonkey.com>
branch nick: python3
timestamp: Tue 2014-04-08 16:55:00 +0000
message:
  tox.ini: Add py34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment