doi: handle UI for optional DOI feature #5782
Annotations
7 errors
Run tests:
tests/services/test_rdm_service.py#L1
isort-check
"""Service level tests for Invenio RDM Records."""
+from copy import deepcopy
+
import pytest
-
-from copy import deepcopy
from marshmallow import ValidationError
from invenio_rdm_records.proxies import current_rdm_records
|
Run tests:
tests/services/components/test_pids_component.py#L309
test_publish_no_pids
TypeError: argument of type 'NoneType' is not iterable
|
Run tests:
tests/services/components/test_pids_component.py#L340
test_publish_no_required_pids[pids0]
TypeError: argument of type 'NoneType' is not iterable
|
Run tests:
tests/services/components/test_pids_component.py#L340
test_publish_no_required_pids[pids1]
TypeError: argument of type 'NoneType' is not iterable
|
Run tests:
tests/services/components/test_pids_component.py#L368
test_publish_non_existing_required_managed
TypeError: argument of type 'NoneType' is not iterable
|
Run tests:
tests/services/components/test_pids_component.py#L394
test_publish_non_existing_required_external
TypeError: argument of type 'NoneType' is not iterable
|
Run tests
Process completed with exit code 1.
|
Loading