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