EdgeGnW / RustPraxisProjekt2024

A rust graph library utilizing wavelettrees/matrices
0 stars 0 forks source link

Rework tests and prepare the inclusion of integration tests #39

Closed DerFred3 closed 1 week ago

DerFred3 commented 2 weeks ago

Add directory structure for following integration tests (at a later stage) and rework the unit tests already (partially) present inside of lib.rs as well as the included datastructures GraphModel and WaveModel.

The tests will fail, as in this rework bug #38 was found and needs to be fixed in some later addition.

Implements #26.