Code review comment for lp:~nataliabidart/ubuntuone-dev-tools/no-xdg-on-windows

Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

The attempt to merge lp:~nataliabidart/ubuntuone-dev-tools/no-xdg-on-windows into lp:ubuntuone-dev-tools failed. Below is the output from the failed tests.

Adding path
ubuntuone.devtools.testcase
  DBusTestCase
    runTest ... [OK]
ubuntuone.devtools.services.tests.test_dbus
  TestWithDBus
    test_config_file_path ... [OK]
    test_dbus_session_is_running ... [OK]
ubuntuone.devtools.testcase
  BaseTestCase
    runTest ... [OK]
ubuntuone.devtools.tests.test_decorators
  TestSkipBasicDecorators
    test_skip_class ... [OK]
    test_skip_decorators ... [OK]
ubuntuone.devtools.tests.test_txcheck
  TestCheckTwistedTestClass
    test_bad_mixin_order ... [OK]
    test_bare_super ... [OK]
    test_inline_callbacks ... [OK]
    test_inline_callbacks_missing ... [OK]
    test_missing_return ... [OK]
    test_no_problems ... [OK]
    test_not_twisted ... [OK]
    test_ok_mixin_order ... [OK]
    test_super_not_called ... [OK]
  TestTwistedCheckSuite
    test_suite_catches_problems ... [OK]
    test_suite_runs_tests ... [OK]
twisted.trial.unittest
  TestCase
    runTest ... [OK]

-------------------------------------------------------------------------------
Ran 18 tests in 0.257s

PASSED (successes=18)
Name Stmts Exec Cover
-----------------------------------------------------------------
ubuntuone/__init__ 1 0 0%
ubuntuone/devtools/__init__ 0 0 100%
ubuntuone/devtools/handlers 30 0 0%
ubuntuone/devtools/reactors/__init__ 0 0 100%
ubuntuone/devtools/reactors/glib 7 0 0%
ubuntuone/devtools/reactors/qt4 8 0 0%
ubuntuone/devtools/reactors/twisted 2 0 0%
ubuntuone/devtools/reactors/txnp 4 0 0%
ubuntuone/devtools/services/__init__ 0 0 100%
ubuntuone/devtools/services/dbus 58 48 82%
ubuntuone/devtools/services/tests/__init__ 0 0 100%
ubuntuone/devtools/services/tests/test_dbus 14 14 100%
ubuntuone/devtools/testcase 116 79 68%
ubuntuone/devtools/testing/__init__ 0 0 100%
ubuntuone/devtools/testing/txcheck 174 109 62%
ubuntuone/devtools/tests/__init__ 0 0 100%
ubuntuone/devtools/tests/test_decorators 37 34 91%
ubuntuone/devtools/tests/test_txcheck 100 86 86%
-----------------------------------------------------------------
TOTAL 551 370 67%
Adding path
ubuntuone.devtools.testcase
  DBusTestCase
    runTest ... [OK]
ubuntuone.devtools.services.tests.test_dbus
  TestWithDBus
    test_config_file_path ... [OK]
    test_dbus_session_is_running ... [OK]
ubuntuone.devtools.testcase
  BaseTestCase
    runTest ... [OK]
ubuntuone.devtools.tests.test_decorators
  TestSkipBasicDecorators
    test_skip_class ... [OK]
    test_skip_decorators ... [OK]
ubuntuone.devtools.tests.test_txcheck
  TestCheckTwistedTestClass
    test_bad_mixin_order ... [OK]
    test_bare_super ... [OK]
    test_inline_callbacks ... [OK]
    test_inline_callbacks_missing ... [OK]
    test_missing_return ... [OK]
    test_no_problems ... [OK]
    test_not_twisted ... [OK]
    test_ok_mixin_order ... [OK]
    test_super_not_called ... [OK]
  TestTwistedCheckSuite
    test_suite_catches_problems ... [OK]
    test_suite_runs_tests ... [OK]
twisted.trial.unittest
  TestCase
    runTest ... [OK]

-------------------------------------------------------------------------------
Ran 18 tests in 0.034s

PASSED (successes=18)
== Python Lint Notices ==

bin/u1lint:
    240: [W0511] XXX Testing that W0511 does not cause a failure
    29: [E0611] No name 'xdg_base_directory' in module 'ubuntu_sso'
    29: [F0401] Unable to import 'ubuntu_sso.xdg_base_directory'

/usr/lib/pymodules/python2.6/pylint/lint.py:368: DeprecationWarning: disable-msg is deprecated, replace it by disable (/home/tarmac/cache/ubuntuone-dev-tools/trunk/ubuntuone/devtools/testing/txcheck.py)
  DeprecationWarning)
/usr/lib/pymodules/python2.6/pylint/lint.py:368: DeprecationWarning: disable-msg is deprecated, replace it by disable (/home/tarmac/cache/ubuntuone-dev-tools/trunk/ubuntuone/devtools/tests/test_txcheck.py)
  DeprecationWarning)

« Back to merge proposal