Skip to content

Avoid using threading in unit tests

Michael Platings requested to merge no-thread-tests into main

Allow running tests in environments that don't support multithreading.

Merge request reports