swupd-client icon indicating copy to clipboard operation
swupd-client copied to clipboard

Testlib: If skipping a test, the setup should also skip

Open castulo opened this issue 5 years ago • 1 comments

Currently when a test is marked to be skipped, the test_setup for that test is still run. This could be skipped since the test is not going to run.

Currently we are considering caching the creation of test resources, if we do that then this issue is no longer relevant.

castulo avatar Apr 20 '20 20:04 castulo

It would be great to be able to set all tests of a file to be skipped only once instead of having multiple checks for RUNNING_IN_CI like we have today

otaviobp avatar Apr 20 '20 21:04 otaviobp