Exemplo n.º 1
0
 def test_does_not_find_anything(self):
     assert remotes.object_grep("bar", self.file_object) is False
Exemplo n.º 2
0
 def test_does_not_find_anything(self):
     assert remotes.object_grep('bar', self.file_object) is False
Exemplo n.º 3
0
 def test_finds_term(self):
     assert remotes.object_grep("foo", self.file_object)
Exemplo n.º 4
0
 def test_finds_term(self):
     assert remotes.object_grep('foo', self.file_object)