Advertisement
olemis

Bloodhound MP config : test report (#539) 2013-11-28

Nov 28th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.91 KB | None | 0 0
  1. $ python setup.py test -m tests.config
  2. running test
  3. running egg_info
  4. writing requirements to BloodhoundMultiProduct.egg-info/requires.txt
  5. writing BloodhoundMultiProduct.egg-info/PKG-INFO
  6. writing top-level names to BloodhoundMultiProduct.egg-info/top_level.txt
  7. writing dependency_links to BloodhoundMultiProduct.egg-info/dependency_links.txt
  8. writing entry points to BloodhoundMultiProduct.egg-info/entry_points.txt
  9. writing requirements to BloodhoundMultiProduct.egg-info/requires.txt
  10. writing BloodhoundMultiProduct.egg-info/PKG-INFO
  11. writing top-level names to BloodhoundMultiProduct.egg-info/top_level.txt
  12. writing dependency_links to BloodhoundMultiProduct.egg-info/dependency_links.txt
  13. writing entry points to BloodhoundMultiProduct.egg-info/entry_points.txt
  14. reading manifest file 'BloodhoundMultiProduct.egg-info/SOURCES.txt'
  15. writing manifest file 'BloodhoundMultiProduct.egg-info/SOURCES.txt'
  16. running build_ext
  17. test_default (tests.config.ProductConfigTestCase) ... ok
  18. test_default_bool (tests.config.ProductConfigTestCase) ... ok
  19. test_default_float (tests.config.ProductConfigTestCase) ... ok
  20. test_default_int (tests.config.ProductConfigTestCase) ... ok
  21. test_default_path (tests.config.ProductConfigTestCase) ... ok
  22. test_getpath (tests.config.ProductConfigTestCase) ... ok
  23. test_has_option (tests.config.ProductConfigTestCase) ... ok
  24. test_has_option_unicode (tests.config.ProductConfigTestCase) ... ok
  25. test_inherit_multiple (tests.config.ProductConfigTestCase) ... ok
  26. test_inherit_one_level (tests.config.ProductConfigTestCase) ... ok
  27. test_options (tests.config.ProductConfigTestCase) ... ok
  28. test_options_unicode (tests.config.ProductConfigTestCase) ... ok
  29. test_overwrite (tests.config.ProductConfigTestCase) ... ok
  30. test_read_and_choice (tests.config.ProductConfigTestCase) ... ok
  31. test_read_and_get (tests.config.ProductConfigTestCase) ... ok
  32. test_read_and_get_unicode (tests.config.ProductConfigTestCase) ... ok
  33. test_read_and_getbool (tests.config.ProductConfigTestCase) ... ok
  34. test_read_and_getfloat (tests.config.ProductConfigTestCase) ... ok
  35. test_read_and_getint (tests.config.ProductConfigTestCase) ... ok
  36. test_read_and_getlist (tests.config.ProductConfigTestCase) ... ok
  37. test_read_and_getlist_false_values (tests.config.ProductConfigTestCase) ... ok
  38. test_read_and_getlist_keep_empty (tests.config.ProductConfigTestCase) ... ok
  39. test_read_and_getlist_sep (tests.config.ProductConfigTestCase) ... ok
  40. test_reparse (tests.config.ProductConfigTestCase) ... ok
  41. test_sections (tests.config.ProductConfigTestCase) ... ok
  42. test_sections_unicode (tests.config.ProductConfigTestCase) ... ok
  43. test_set_and_save (tests.config.ProductConfigTestCase) ... ok
  44. test_set_and_save_inherit (tests.config.ProductConfigTestCase) ... ok
  45. test_simple_remove (tests.config.ProductConfigTestCase) ... ok
  46. Config cache consistency on concurrent edits ... ok
  47.  
  48. ----------------------------------------------------------------------
  49. Ran 30 tests in 12.441s
  50.  
  51. OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement