Advertisement
cooperlees

flake8-bugbear Tests passing

Apr 5th, 2017
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.64 KB | None | 0 0
  1. cooper-mbp1:flake8-bugbear cooper$ python3 setup.py test
  2. running test
  3. running egg_info
  4. writing flake8_bugbear.egg-info/PKG-INFO
  5. writing dependency_links to flake8_bugbear.egg-info/dependency_links.txt
  6. writing entry points to flake8_bugbear.egg-info/entry_points.txt
  7. writing requirements to flake8_bugbear.egg-info/requires.txt
  8. writing top-level names to flake8_bugbear.egg-info/top_level.txt
  9. reading manifest file 'flake8_bugbear.egg-info/SOURCES.txt'
  10. reading manifest template 'MANIFEST.in'
  11. warning: no files found matching '*.txt' under directory 'tests'
  12. writing manifest file 'flake8_bugbear.egg-info/SOURCES.txt'
  13. running build_ext
  14. test_b001 (tests.test_bugbear.BugbearTestCase) ... ok
  15. test_b002 (tests.test_bugbear.BugbearTestCase) ... ok
  16. test_b003 (tests.test_bugbear.BugbearTestCase) ... ok
  17. test_b004 (tests.test_bugbear.BugbearTestCase) ... ok
  18. test_b005 (tests.test_bugbear.BugbearTestCase) ... ok
  19. test_b006 (tests.test_bugbear.BugbearTestCase) ... ok
  20. test_b007 (tests.test_bugbear.BugbearTestCase) ... ok
  21. test_b301_b302_b305 (tests.test_bugbear.BugbearTestCase) ... ok
  22. test_b303_b304 (tests.test_bugbear.BugbearTestCase) ... ok
  23. test_b306 (tests.test_bugbear.BugbearTestCase) ... ok
  24. test_b901 (tests.test_bugbear.BugbearTestCase) ... ok
  25. test_b902 (tests.test_bugbear.BugbearTestCase) ... ok
  26. test_b903 (tests.test_bugbear.BugbearTestCase) ... ok
  27. test_b950 (tests.test_bugbear.BugbearTestCase) ... ok
  28. test_selfclean_bugbear (tests.test_bugbear.BugbearTestCase) ... ok
  29. test_selfclean_test_bugbear (tests.test_bugbear.BugbearTestCase) ... ok
  30.  
  31. ----------------------------------------------------------------------
  32. Ran 16 tests in 1.096s
  33.  
  34. OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement