mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Improved library search
This commit is contained in:
@@ -13,7 +13,7 @@ class Test_Reminder_Handler(unittest.TestCase):
|
||||
color=None,
|
||||
notification_services=[]
|
||||
)
|
||||
for test_case in ('', 'title', 'ex'):
|
||||
for test_case in ('', 'TITLE', 'ex', 'ti tle'):
|
||||
self.assertTrue(search_filter(test_case, p))
|
||||
for test_case in (' ', 'Hello'):
|
||||
for test_case in ('TEXTTITLE', 'Hello'):
|
||||
self.assertFalse(search_filter(test_case, p))
|
||||
|
||||
Reference in New Issue
Block a user