We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd7c67 commit 899d28fCopy full SHA for 899d28f
src/tests/test_sqlthread.py
@@ -91,11 +91,6 @@ def wrapper(*args):
91
func_name = func.__name__
92
version = func_name.rsplit('_', 1)[-1]
93
94
- # # Initiate DB
95
- # self._setup_db()
96
- # self.test_db.cur.execute('''INSERT INTO settings VALUES('version','2')''')
97
-
98
- # self.test_db.upgrade_to_latest(int(version)) # pylint: disable= W0212, protected-access
99
self.test_db._upgrade_one_level_sql_statement(int(version)) # pylint: disable= W0212, protected-access
100
101
# Update versions DB mocking
0 commit comments