added dragnet test case and fixed dragnet

This commit is contained in:
2022-09-19 20:37:14 -05:00
parent f0f5b816d8
commit e8e4690e09
3 changed files with 26 additions and 7 deletions

View File

@@ -93,6 +93,8 @@ class TestQbitmaid(unittest.TestCase):
def test_isignoredtag_sanity(self):
self.assertTrue(is_ignored_tag(['a','b','c'], 'first,second,third,a'))
# def test__sanity(self):
# pass