Advertisement
themoosemind

nosetests

Oct 6th, 2014
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.84 KB | None | 0 0
  1. $ nosetests --with-coverage --cover-package=hwrt
  2. ..............
  3. Name                   Stmts   Miss  Cover   Missing
  4. ----------------------------------------------------
  5. hwrt                       0      0   100%  
  6. hwrt.HandwrittenData     130     70    46%   41-45, 48, 54-58, 103, 107-108, 131-139, 143-179, 184-189, 196-202, 205-208, 211, 214, 217, 220
  7. hwrt.preprocessing       348    234    33%   33, 38, 43-48, 64-76, 88, 91, 94-107, 115, 118, 121-135, 149, 156, 187, 210, 223-224, 227, 233, 239-329, 339, 345, 361, 377-384, 391-396, 412, 415, 418, 421-485, 488-495, 503, 506, 510, 514-539, 547, 550, 554, 558-600, 611, 614, 617, 621-637, 644-645
  8. ----------------------------------------------------
  9. TOTAL                    478    304    36%  
  10. ----------------------------------------------------------------------
  11. Ran 14 tests in 0.205s
  12.  
  13. OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement