6,7d5
< from conftest import unit_run
< from conftest import unit_stop
9d6
< from unit.feature.isolation import TestFeatureIsolation
16,29d12
< @classmethod
< def setup_class(cls, complete_check=True):
< check = super().setup_class(complete_check=False)
<
< unit = unit_run()
< option.temp_dir = unit['temp_dir']
<
< TestFeatureIsolation().check(option.available, unit['temp_dir'])
<
< assert unit_stop() is None
< shutil.rmtree(unit['temp_dir'])
<
< return check if not complete_check else check()
<