Ubuntu Pastebin

Paste from sergiusens at Tue, 5 Jan 2016 12:55:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
sergiusens@lindon:~/source/github.com/ubuntu-core/snapcraft$ ./runtests.sh unit
...................................................................E...E.E...........................................................................................................................
======================================================================
ERROR: test_build (snapcraft.tests.test_plugin_catkin.CatkinPluginTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
    return func(*args, **keywargs)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_plugin_catkin.py", line 308, in test_build
    'Dependencies should have been discovered in the pull() step')
TypeError: assert_not_called() takes 1 positional argument but 2 were given

======================================================================
ERROR: test_build_multiple (snapcraft.tests.test_plugin_catkin.CatkinPluginTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
    return func(*args, **keywargs)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_plugin_catkin.py", line 346, in test_build_multiple
    'Dependencies should have been discovered in the pull() step')
TypeError: assert_not_called() takes 1 positional argument but 2 were given

======================================================================
ERROR: test_finish_build (snapcraft.tests.test_plugin_catkin.CatkinPluginTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
    return func(*args, **keywargs)
  File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_plugin_catkin.py", line 463, in test_finish_build
    'Dependencies should have been discovered in the pull() step')
TypeError: assert_not_called() takes 1 positional argument but 2 were given

----------------------------------------------------------------------
Ran 197 tests in 6.648s

FAILED (errors=3)
Download as text