Universum
Universum copied to clipboard
Do not recreate containers for each test
The time spent on running tests should be analyzed. Right now it seems there are several inefficiencies in working with containers:
- It is possible that perforce container is recreated several times - this has to be checked
- Some containers are recreated, but they only have to be reset for new testing sessions, not for each test
The issue is similar to #276, but it applies to non-developer testing as well, for example, to tests on CI.