ProjectCED / CED-LLM

Classify and Enhance Data with LLM - Project for Tampere University course Software Engineering Project. Working with Solita.
MIT License
0 stars 0 forks source link

Database: code support for proper test_db #123

Open janivanhala opened 2 weeks ago

janivanhala commented 2 weeks ago

Currently integration test is using the same database as production database.

Good practice would be to have separate ENVS:

And make another for testing database class that inherits normal class and adds some extra testing related queries, like searching for relationship names that are used to connect nodes.