We should integrate aas-test-engines for testing.
To do this we run a Basyx-Python-SDK server with our Neo4jObjectStore and run aas-test-engines to test it. By doing it we automatically test:
Neo4jObjectStore
- AAS-to-Neo4j Import (Implemented in
Neo4jObjectStore)
- AAS-from-Neo4J Extraction (Implemented in
Neo4jObjectStore)
@thammel We can take a look at the following PR (eclipse-basyx/basyx-python-sdk#429) in basyx-python-sdk and do it in a similiar way.