Add collections to browse #5515
Annotations
8 errors
Python / Tests (3.9, postgresql14, opensearch2):
tests/collections/test_collections_api.py#L70
test_as_dict
AttributeError: 'Collection' object has no attribute 'to_dict'
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/collections/test_collections_api.py#L133
test_children
assert <bound method Collection.children of Collection 8 (,)> == [Collection 9 (,8,)]
+ where <bound method Collection.children of Collection 8 (,)> = Collection 8 (,).children
|
Python / Tests (3.9, postgresql14, opensearch2):
invenio_rdm_records/collections/links.py#L1
pydocstyle-check
/home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/collections/links.py:15 in public method `__init__`:
D107: Missing docstring in __init__
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/collections/test_collections_api.py#L70
test_as_dict
AttributeError: 'Collection' object has no attribute 'to_dict'
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/collections/test_collections_api.py#L133
test_children
assert <bound method Collection.children of Collection 8 (,)> == [Collection 9 (,8,)]
+ where <bound method Collection.children of Collection 8 (,)> = Collection 8 (,).children
|
Python / Tests (3.12, postgresql14, opensearch2):
invenio_rdm_records/collections/links.py#L1
pydocstyle-check
/home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/collections/links.py:15 in public method `__init__`:
D107: Missing docstring in __init__
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|