Skip to content

validate Handle existing output graph parameter #182

validate Handle existing output graph parameter

validate Handle existing output graph parameter #182

Triggered via push February 7, 2025 15:04
Status Failure
Total duration 2m 54s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test_shapes.test_workflow_execution_add_graph_not_exists: .mypy_cache/3.11/tests/test_shapes.data.json#L125
AssertionError: assert 1 == 0 + where 1 = len([rdflib.term.Literal('2025-02-07T15:05:47.189000+00:00', datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#dateTime'))]) + where [rdflib.term.Literal('2025-02-07T15:05:47.189000+00:00', datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#dateTime'))] = list(<generator object Graph.objects at 0x7f6fb67e4a60>) + where <generator object Graph.objects at 0x7f6fb67e4a60> = objects(predicate=rdflib.term.URIRef('http://purl.org/dc/terms/modified')) + where objects = <Graph identifier=N65b409123c694183a658f27ef7df3361 (<class 'rdflib.graph.Graph'>)>.objects + and rdflib.term.URIRef('http://purl.org/dc/terms/modified') = DCTERMS.modified
test_shapes.test_workflow_execution_add_graph_exists[True]: .mypy_cache/3.11/tests/test_shapes.data.json#L151
AssertionError: assert 1 == 0 + where 1 = len([rdflib.term.Literal('2025-02-06T14:28:45.086000+00:00', datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#dateTime'))]) + where [rdflib.term.Literal('2025-02-06T14:28:45.086000+00:00', datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#dateTime'))] = list(<generator object Graph.objects at 0x7f6fb68939a0>) + where <generator object Graph.objects at 0x7f6fb68939a0> = objects(predicate=rdflib.term.URIRef('http://purl.org/dc/terms/created')) + where objects = <Graph identifier=Nf45cc3fb59e74c75bf8bc332abc97b31 (<class 'rdflib.graph.Graph'>)>.objects + and rdflib.term.URIRef('http://purl.org/dc/terms/created') = DCTERMS.created
test_shapes.test_import_shapes: .mypy_cache/3.11/tests/test_shapes.data.json#L217
assert not True + where True = <built-in method get of dict object at 0x7f6fb67c74c0>('boolean', True) + where <built-in method get of dict object at 0x7f6fb67c74c0> = {'boolean': True, 'head': {}}.get + where {'boolean': True, 'head': {}} = <function loads at 0x7f6fbad32de0>('{ \n "head" : { } ,\n "boolean" : true\n}\n') + where <function loads at 0x7f6fbad32de0> = json.loads + and '{ \n "head" : { } ,\n "boolean" : true\n}\n' = ask(query='PREFIX owl: <http://www.w3.org/2002/07/owl#>\nASK\n{\n GRAPH <https://vocab.eccenca.com/shacl/> {\n <https://vocab.eccenca.com/shacl/> owl:imports <http://docker.localhost/my-persons-shapes>\n }\n}') + where 'PREFIX owl: <http://www.w3.org/2002/07/owl#>\nASK\n{\n GRAPH <https://vocab.eccenca.com/shacl/> {\n <https://vocab.eccenca.com/shacl/> owl:imports <http://docker.localhost/my-persons-shapes>\n }\n}' = GraphSetupFixture(project_name='shapes_plugin_test', shapes_iri='http://docker.localhost/my-persons-shapes', shapes_fi...com/shacl/> {\n <https://vocab.eccenca.com/shacl/> owl:imports <http://docker.localhost/my-persons-shapes>\n }\n}').ask_query
check
Process completed with exit code 201.