We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d2002 commit 9096300Copy full SHA for 9096300
Tests/BaseTest.py
@@ -39,8 +39,8 @@ def tearDown(self):
39
if hasattr(self.manager, 'session'):
40
self.manager.session.close()
41
42
- # if os.path.exists("casino.db"):
43
- # os.remove("casino.db")
+ if os.path.exists("casino.db"):
+ os.remove("casino.db")
44
45
if os.path.exists("category_cache.txt"):
46
os.remove("category_cache.txt")
0 commit comments