Fixed tests #143

This commit is contained in:
2022-12-08 16:08:48 +01:00
parent 6f3099a8db
commit 120c9e6800
4 changed files with 4 additions and 33 deletions

View File

@@ -14,7 +14,6 @@ class CommandTestCase(unittest.TestCase):
@classmethod
def setUpClass(cls):
try:
if os.path.exists(PLAYGROUND_PATH):
shutil.rmtree(os.path.abspath(os.path.join(PLAYGROUND_PATH)))