Skip to content

Create basic battery of integration tests

Lukáš Bátora requested to merge Create-Basic-Battery-of-Integration-Tests into main

I had to redo the tests since they used static attributes instead of getters, so the instances (if modified) were obviously shared between test runs and this caused issue for the integration test to run.

I have also created a basic integration test.

Edited by Lukáš Bátora

Merge request reports