Description
System: Debian Wheezy
python-nose: 1.0.0-1
python-coverage: 3.4-1 and/or 3.5
make coverage
cd tests && nosetests --with-coverage --cover-html .
........................................................................................................................................................................................
Name Stmts Miss Cover Missing
EditStructure 238 48 80% 89, 112-131, 139, 143, 169, 172, 188, 222-224, 259, 267-293, 299-300, 306-307
Navigator 179 19 89% 28-32, 59-63, 66-70, 75, 77, 131-132, 251-254
ShowHide 66 1 98% 91
TagsProperties 80 55 31% 31-68, 75-96, 117-121, 130-158
UserList 78 78 0% 3-88
orgmode 186 74 60% 56, 76-77, 118-125, 132-139, 146-149, 174-189, 263, 266-268, 271, 282-286, 289-290, 295-298, 312-317, 320, 323, 328-349
orgmode.exceptions 12 4 67% 5, 9, 13, 17
orgmode.keybinding 120 25 79% 39-45, 48, 51, 55, 59, 63, 67, 71, 76, 95, 113, 141, 170, 174, 178, 182, 189, 191, 198, 201
orgmode.liborgmode 0 0 100%
orgmode.liborgmode.agenda 23 15 35% 27-32, 39-45, 52-58
orgmode.liborgmode.agendafilter 20 0 100%
orgmode.liborgmode.base 65 13 80% 87-89, 100-102, 105, 108-109, 112-113, 116-117
orgmode.liborgmode.documents 157 19 88% 50-52, 55, 72, 77, 80, 88, 91, 146, 173, 177, 183, 194, 197, 207, 235, 257, 283
orgmode.liborgmode.headings 539 77 86% 108, 118, 141, 152-153, 157-160, 171-172, 176-179, 190-191, 195-198, 261, 264, 498-499, 504-505, 517, 532, 564, 575, 583, 596, 598, 603, 605, 608, 628, 632, 635, 666, 749, 751, 766, 795, 805, 811, 815, 817, 828-831, 837-844, 847-854, 857-864
orgmode.liborgmode.orgdate 113 11 90% 62, 91-92, 103-104, 114-115, 132-133, 141-142
orgmode.menu 94 14 85% 17-18, 40-42, 59-62, 72, 75, 100, 105, 141
orgmode.plugins 0 0 100%
orgmode.plugins.Date 145 32 78% 28-48, 190, 217-238, 246-261
orgmode.plugins.Todo 173 83 52% 21, 47-54, 72, 157-158, 165-181, 192, 208, 223, 227, 240-300, 306-346
orgmode.settings 32 12 63% 32-35, 40, 59-62, 78-80
orgmode.vimbuffer 230 78 66% 43-51, 80, 82, 95, 100, 138-143, 155, 239, 251-253, 269-271, 309-312, 318, 325-329, 335, 340, 344-351, 354-361, 364-374, 377-380, 383-386, 389-392, 395, 398-407
vim 46 8 83% 14, 17, 26, 34-38, 54
TOTAL 2596 666 74%
Traceback (most recent call last):
File "/usr/bin/nosetests", line 9, in
load_entry_point('nose==1.0.0', 'console_scripts', 'nosetests')()
File "/usr/lib/pymodules/python2.6/nose/core.py", line 118, in init
*_extra_args)
File "/usr/lib/python2.6/unittest.py", line 817, in init
self.runTests()
File "/usr/lib/pymodules/python2.6/nose/core.py", line 197, in runTests
result = self.testRunner.run(self.test)
File "/usr/lib/pymodules/python2.6/nose/core.py", line 63, in run
result.printErrors()
File "/usr/lib/pymodules/python2.6/nose/result.py", line 110, in printErrors
self.config.plugins.report(self.stream)
File "/usr/lib/pymodules/python2.6/nose/plugins/manager.py", line 94, in call
return self.call(_arg, *_kw)
File "/usr/lib/pymodules/python2.6/nose/plugins/manager.py", line 162, in simple
result = meth(_arg, *kw)
File "/usr/lib/pymodules/python2.6/nose/plugins/cover.py", line 178, in report
self.coverHtmlDir)
File "/usr/lib/pymodules/python2.6/nose/plugins/cover.py", line 204, in htmlAnnotate
data = open(coverfile, 'r').read().split('\n')
IOError: [Errno 2] No such file or directory: '/usr/lib/python2.6/UserList.py,cover'
make: ** [coverage] Error 1