Advertisement
Guest User

Openstack common nosetests -vv output

a guest
May 5th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. nose.suite: DEBUG: Create suite for [<tests.unit.test_setup.SetupTest testMethod=test_fullname>, <tests.unit.test_setup.SetupTest testMethod=test_str_dict_replace>]
  2. nose.suite: DEBUG: tests [<tests.unit.test_setup.SetupTest testMethod=test_fullname>, <tests.unit.test_setup.SetupTest testMethod=test_str_dict_replace>] context None
  3. nose.suite: DEBUG: wrap [<tests.unit.test_setup.SetupTest testMethod=test_fullname>, <tests.unit.test_setup.SetupTest testMethod=test_str_dict_replace>]
  4. nose.suite: DEBUG: wrapping test_fullname (tests.unit.test_setup.SetupTest)
  5. nose.suite: DEBUG: wrapping test_str_dict_replace (tests.unit.test_setup.SetupTest)
  6. nose.suite: DEBUG: Context suite for [Test(<tests.unit.test_setup.SetupTest testMethod=test_fullname>), Test(<tests.unit.test_setup.SetupTest testMethod=test_str_dict_replace>)] (<class 'tests.unit.test_setup.SetupTest'>) (4465274384)
  7. nose.suite: DEBUG: suite <nose.suite.ContextSuite context=SetupTest> has context SetupTest
  8. nose.suite: DEBUG: get ancestry <class 'tests.unit.test_setup.SetupTest'>
  9. nose.suite: DEBUG: <class 'tests.unit.test_setup.SetupTest'> ancestors ['tests', 'unit', 'test_setup']
  10. nose: DEBUG: __import__ tests.unit.test_setup
  11. nose: DEBUG: resolve: ['unit', 'test_setup'], tests.unit.test_setup, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>
  12. nose.suite: DEBUG: suite <nose.suite.ContextSuite context=SetupTest> has ancestor tests.unit.test_setup
  13. nose.suite: DEBUG: <class 'tests.unit.test_setup.SetupTest'> ancestors ['tests', 'unit']
  14. nose: DEBUG: __import__ tests.unit
  15. nose: DEBUG: resolve: ['unit'], tests.unit, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>
  16. nose.suite: DEBUG: suite <nose.suite.ContextSuite context=SetupTest> has ancestor tests.unit
  17. nose.suite: DEBUG: <class 'tests.unit.test_setup.SetupTest'> ancestors ['tests']
  18. nose: DEBUG: __import__ tests
  19. nose: DEBUG: resolve: [], tests, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>
  20. nose.suite: DEBUG: suite <nose.suite.ContextSuite context=SetupTest> has ancestor tests
  21. nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0x10a259950>
  22. nose.suite: DEBUG: tests <nose.suite.ContextList object at 0x10a259950> context <module 'tests.unit.test_setup' from '/Users/bhuvan/projects/openstack-common/tests/unit/test_setup.pyc'>
  23. nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0x10a259950> (<module 'tests.unit.test_setup' from '/Users/bhuvan/projects/openstack-common/tests/unit/test_setup.pyc'>) (4465304976)
  24. nose.suite: DEBUG: suite <nose.suite.ContextSuite context=tests.unit.test_setup> has context tests.unit.test_setup
  25. nose.suite: DEBUG: get ancestry <module 'tests.unit.test_setup' from '/Users/bhuvan/projects/openstack-common/tests/unit/test_setup.pyc'>
  26. nose.suite: DEBUG: <module 'tests.unit.test_setup' from '/Users/bhuvan/projects/openstack-common/tests/unit/test_setup.pyc'> ancestors ['tests', 'unit']
  27. nose: DEBUG: __import__ tests.unit
  28. nose: DEBUG: resolve: ['unit'], tests.unit, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>
  29. nose.suite: DEBUG: suite <nose.suite.ContextSuite context=tests.unit.test_setup> has ancestor tests.unit
  30. nose.suite: DEBUG: <module 'tests.unit.test_setup' from '/Users/bhuvan/projects/openstack-common/tests/unit/test_setup.pyc'> ancestors ['tests']
  31. nose: DEBUG: __import__ tests
  32. nose: DEBUG: resolve: [], tests, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>, <module 'tests' from '/Users/bhuvan/projects/openstack-common/tests/__init__.pyc'>
  33. nose.suite: DEBUG: suite <nose.suite.ContextSuite context=tests.unit.test_setup> has ancestor tests
  34. nose.selector: DEBUG: wantFile /Users/bhuvan/projects/openstack-common/tests/unit/test_setup.pyc? False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement