Advertisement
Guest User

fail

a guest
Dec 8th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. ~/ubuntu-calendar-app/tests/autopilot$ autopilot3 run calendar_app
  2. /usr/lib/python3/dist-packages/pkg_resources/__init__.py:558: PyGIWarning: UbuntuAppLaunch was imported without specifying a version first. Use gi.require_version('UbuntuAppLaunch', '2') before import to ensure that the right version gets loaded.
  3. return get_distribution(dist).load_entry_point(group, name)
  4. Loading tests from: /home/bror/ubuntu-calendar-app/tests/autopilot
  5.  
  6. Failed to import test module: calendar_app.tests
  7. Traceback (most recent call last):
  8. File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
  9. package = self._get_module_from_name(name)
  10. File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
  11. __import__(name)
  12. File "/home/bror/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/__init__.py", line 25, in <module>
  13. from address_book_service_testability import fixture_setup
  14. ImportError: No module named 'address_book_service_testability'
  15.  
  16. Tests running...
  17. ======================================================================
  18. ERROR: unittest.loader._FailedTest.calendar_app.tests
  19. ----------------------------------------------------------------------
  20. Traceback (most recent call last):
  21. File "/usr/lib/python3/dist-packages/autopilot/run.py", line 438, in _filter_tests
  22. test.debug()
  23. File "/usr/lib/python3.5/unittest/case.py", line 653, in debug
  24. getattr(self, self._testMethodName)()
  25. File "/usr/lib/python3.5/unittest/loader.py", line 34, in testFailure
  26. raise self._exception
  27. ImportError: Failed to import test module: calendar_app.tests
  28. Traceback (most recent call last):
  29. File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
  30. package = self._get_module_from_name(name)
  31. File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
  32. __import__(name)
  33. File "/home/bror/ubuntu-calendar-app/tests/autopilot/calendar_app/tests/__init__.py", line 25, in <module>
  34. from address_book_service_testability import fixture_setup
  35. ImportError: No module named 'address_book_service_testability'
  36.  
  37.  
  38. Ran 1 test in 0.001s
  39. FAILED (failures=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement