example_tree = <swh.scanner.model.Tree object at 0x7fb53468a470>
temp_folder = {'filesample': PosixPath('/tmp/pytest-of-jenkins/pytest-0/test_tree_add_node0/subdir/filesample.txt'), 'filesample2': ...42cb6eb9a060e54bf8d69288fbee4904', ...}, 'root': PosixPath('/tmp/pytest-of-jenkins/pytest-0/test_tree_add_node0'), ...}
def test_tree_add_node(example_tree, temp_folder):
avail_paths = temp_folder["paths"].keys()
for path, swhid in temp_folder["paths"].items():
> example_tree.add_node(path, swhid, False)
E TypeError: add_node() takes 3 positional arguments but 4 were given
.tox/py3/lib/python3.7/site-packages/swh/scanner/tests/test_model.py:15: TypeError
TEST RESULT
TEST RESULT
- Run At
- Dec 17 2020, 2:07 PM