sennetconsortium / entity-api

A set of web service calls to return information about SenNet entities
MIT License
0 stars 0 forks source link

Revisit how tests are setup #496

Open tjmadonna opened 1 month ago

tjmadonna commented 1 month ago

This would apply to ingest-api as well. The json files with the test configurations have become cumbersome to update when new features are added.

tjmadonna commented 4 days ago

One possible solution is to use docker-compose to create a temporary neo4j database inside docker. This way we wouldn't have to mock all the database calls. We would still need to mock UBKG and calls to other microservices, but it would cut down on the number of mocks.