Skip to content

Instantly share code, notes, and snippets.

@razzmatazz
Created April 27, 2014 15:39
Show Gist options
  • Save razzmatazz/11348727 to your computer and use it in GitHub Desktop.
Save razzmatazz/11348727 to your computer and use it in GitHub Desktop.
bob@saulius-175 python-manhole (macosx-support)$ git merge origin/master
Merge made by the 'recursive' strategy.
tests/test_manhole.py | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
bob@saulius-175 python-manhole (macosx-support)$ tox -r -e py2.7
GLOB sdist-make: /Users/bob/src/python-manhole/setup.py
py2.7 recreate: /Users/bob/src/python-manhole/.tox/py2.7
py2.7 installdeps: coverage, process-tests, nose
py2.7 inst: /Users/bob/src/python-manhole/.tox/dist/manhole-0.6.0.zip
py2.7 runtests: PYTHONHASHSEED='2283063869'
py2.7 runtests: commands[0] | nosetests test_manhole --with-coverage --cover-inclusive --cover-erase
Killing <process_tests.TestProcess object at 0x102c07910> !
...Killing <process_tests.TestProcess object at 0x102c07c10> !
..Killing <process_tests.TestProcess object at 0x102c07c50> !
.Killing <process_tests.TestProcess object at 0x102c07a10> !
.Killing <process_tests.TestProcess object at 0x102c0fc50> !
.Killing <process_tests.TestProcess object at 0x102c0fc90> !
.Killing <process_tests.TestProcess object at 0x102c0fc90> !
.Killing <process_tests.TestProcess object at 0x102c183d0> !
.Killing <process_tests.TestProcess object at 0x102c18450> !
.Killing <process_tests.TestProcess object at 0x102c0fd90> !
.Killing <process_tests.TestProcess object at 0x102c229d0> !
.Killing <process_tests.TestProcess object at 0x102c22c50> !
.Killing <process_tests.TestProcess object at 0x102c22b50> !
.Killing <process_tests.TestProcess object at 0x102c22b90> !
.Killing <process_tests.TestProcess object at 0x102c22b10> !
.Killing <process_tests.TestProcess object at 0x102c22a90> !
.Killing <process_tests.TestProcess object at 0x102c2c5d0> !
.
Name Stmts Miss Cover Missing
---------------------------------------------------------
code 128 128 0% 8-310
codeop 47 47 0% 59-168
contextlib 63 63 0% 3-154
ctypes 341 341 0% 4-555
ctypes._endian 35 35 0% 4-64
ctypes.macholib 2 2 0% 4-12
ctypes.macholib.dyld 95 95 0% 4-169
ctypes.macholib.dylib 21 21 0% 4-66
ctypes.macholib.framework 24 24 0% 4-68
ctypes.util 186 186 0% 4-276
manhole 270 175 35% 22-23, 29-30, 42, 48, 57-58, 73, 76, 81-82, 105-110, 125-130, 134-136, 140-148, 151-168, 173-177, 180-187, 191-201, 205-256, 260-261, 271-282, 286-288, 296-300, 305-309, 314-318, 322-323, 333-360, 365-370, 374-385
---------------------------------------------------------
TOTAL 1212 1117 8%
----------------------------------------------------------------------
Ran 20 tests in 84.526s
OK
_______________________________________________________________ summary _______________________________________________________________
py2.7: commands succeeded
congratulations :)
bob@saulius-175 python-manhole (macosx-support)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment