Skip to content

Commit 5eeb572

Browse files
maxcapodi78maxcapodi78
authored andcommitted
Added group_name setter and corrected group_name getter
1 parent 25174bb commit 5eeb572

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

_unittest/conftest.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,10 @@ def setup(self):
185185

186186
@pytest.fixture(scope="session", autouse=True)
187187
def desktop_init():
188-
# desktop = Desktop(desktop_version, non_graphical, new_thread)
189-
# desktop.disable_autosave()
190-
# yield desktop
188+
191189
yield
192-
# If new_thread is set to false by a local_config, then don't close the desktop.
193-
# Intended for local debugging purposes only
194-
# if new_thread or os.name == "posix":
195-
# desktop.close_desktop()
190+
196191
p = [x[0] for x in os.walk(scratch_path) if "scratch" in x[0]]
197-
# p = pathlib.Path(scratch_path).glob('**/scratch*')
198192
for folder in p:
199193
shutil.rmtree(folder, ignore_errors=True)
200194

0 commit comments

Comments
 (0)