Пример #1
0
 def test_not_matching_keyword(self):
     """Not matching keyword"""
     self.assertFalse(keyword_matches(self.not_existing_keyword))
Пример #2
0
 def test_matching_keyword(self):
     """Matching keyword"""
     self.assertTrue(keyword_matches(self.existing_wallpaper))