Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
Fail if the two objects are unequal as determined by the '==' operator.
src/m/o/mortar-0.1.2/mortar/storage/tests/test_directory.py mortar(Download)
def test_xml_in_field(self): self.assertEqual( self.storage.load('test')['testxml'].get(), 'some <xml>things\n</xml> different.' )