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: Integration/unit tests #108

Open janivanhala opened 6 days ago

janivanhala commented 6 days ago

Test public functions

janivanhala commented 3 days ago

Database related unit testing seems to require to "mock up" extra code somewhere. Swapping to do integration tests as they are half done.

janivanhala commented 2 days ago

deletion tests need to test if they also delete results and used_blueprints

janivanhala commented 1 day ago

By latest emails, in these "small" projects, combining unit and integration tests seems to be ok.

janivanhala commented 17 hours ago

"Found" meaning a positive test "NotFound" meaning a negative test "NodeNotFound" meaning the underlying node is not found (negative test) "Relationship" tests from (a) -[to]-> (b) "Advanced" has more individual documentation

Tests: