Exemplo n.º 1
0
Arquivo: test_Todo.py Projeto: r3/Todo
 def test_search_in_content_case_insensitive(self):
     assert todo.search_in_content("ReMiNdEr", True) == TestTodo.sample
Exemplo n.º 2
0
Arquivo: test_Todo.py Projeto: r3/Todo
 def test_search_in_content(self):
     assert todo.search_in_content("reminder") == TestTodo.sample