#33 and fix saved content getting deleted

This commit is contained in:
2023-03-10 13:22:09 -06:00
parent abaab2d9cc
commit ecf3da456e
5 changed files with 258 additions and 250 deletions

View File

@@ -90,10 +90,8 @@ class TestQbitmaid(unittest.TestCase):
def test_isignoredtag_sanity(self):
self.assertTrue(is_ignored_tag(['a','b','c'], 'first,second,third,a'))
def test_isignoredtag_sanity(self):
self.assertTrue(is_ignored_tag(['a','b','c'], 'first,second,third,a'))
def test_isignoredtag(self):
self.assertTrue(is_ignored_tag(['save'], 'save,public,ipt'))
# def test__sanity(self):
# pass