Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/f/t/ftw.lawgiver-1.2.2/ftw/lawgiver/tests/test_generator_unit.py ftw.lawgiver(Download)
)) self.assert_definition_xmls(expected, result.getvalue()) def test_workflow_with_unkown_action_raises(self):
)) self.assert_definition_xmls(expected, result.getvalue())
src/f/t/ftw.lawgiver-1.2.2/ftw/lawgiver/tests/test_generator_integration.py ftw.lawgiver(Download)
with open(expected_path) as expected_file: self.assert_definition_xmls( expected_file.read(), result.getvalue())