Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. mr@ubuntu:~/pyramid/pyramidtut/tutorial$ ../bin/python setup.py nosetests
  2. running nosetests
  3. running egg_info
  4. writing requirements to tutorial.egg-info/requires.txt
  5. writing tutorial.egg-info/PKG-INFO
  6. writing top-level names to tutorial.egg-info/top_level.txt
  7. writing dependency_links to tutorial.egg-info/dependency_links.txt
  8. writing entry points to tutorial.egg-info/entry_points.txt
  9. writing paster_plugins to tutorial.egg-info/paster_plugins.txt
  10. reading manifest file 'tutorial.egg-info/SOURCES.txt'
  11. reading manifest template 'MANIFEST.in'
  12. warning: no files found matching '*.rst'
  13. warning: no files found matching '*.jpg' under directory 'tutorial'
  14. warning: no files found matching '*.txt' under directory 'tutorial'
  15. warning: no files found matching '*.mak' under directory 'tutorial'
  16. warning: no files found matching '*.mako' under directory 'tutorial'
  17. warning: no files found matching '*.js' under directory 'tutorial'
  18. warning: no files found matching '*.html' under directory 'tutorial'
  19. warning: no files found matching '*.xml' under directory 'tutorial'
  20. writing manifest file 'tutorial.egg-info/SOURCES.txt'
  21. running build_ext
  22. ......................
  23. Name Stmts Miss Cover Missing
  24. -------------------------------------------------
  25. tutorial 27 0 100%
  26. tutorial.login 25 1 96% 12
  27. tutorial.models 37 2 95% 42-44
  28. tutorial.security 5 0 100%
  29. tutorial.tests 198 0 100%
  30. tutorial.views 51 0 100%
  31. -------------------------------------------------
  32. TOTAL 343 3 99%
  33. ----------------------------------------------------------------------
  34. Ran 22 tests in 16.848s
  35.  
  36. OK
  37. mr@ub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement