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 33e20a9 commit 14b23b8Copy full SHA for 14b23b8
src/tests/test_sqlthread.py
@@ -98,6 +98,7 @@ def test_create_function(self):
98
def test_sql_thread_version_1(self):
99
"""
100
Test with version 1
101
+ Version 1 and 3 are same so will skip 3
102
103
104
# Assertion after versioning
@@ -117,12 +118,6 @@ def test_sql_thread_version_2(self):
117
118
res = sqlQuery(''' SELECT count(name) FROM sqlite_master WHERE type='table' AND name='inventory_backup' ''')
119
self.assertNotEqual(res[0][0], 1, "Table inventory_backup not deleted in versioning 2")
120
- def test_sql_thread_version_3(self):
121
- """
122
- Test with version 3 and 1 both are same
123
124
- pass
125
-
126
@versioning
127
def test_sql_thread_version_4(self):
128
0 commit comments