示例#1
0
文件: tests.py 项目: AlexRRR/Contman
 def test_not_matching_keyword(self):
     """Not matching keyword"""
     self.assertFalse(keyword_matches(self.not_existing_keyword))
示例#2
0
文件: tests.py 项目: AlexRRR/Contman
 def test_matching_keyword(self):
     """Matching keyword"""
     self.assertTrue(keyword_matches(self.existing_wallpaper))