Example #1
0
 def test_function(self):
     "Map a function"
     obj = Function("Weird/Or-what?", 'public', '', None, [], None, None,
                    None, None)
     assert obj.extern_filename() == 'function.weird_or_what_.yaml'
Example #2
0
 def test_function(self):
     "Map a function"
     obj = Function(schema='public', name="Weird/Or-what?")
     assert obj.extern_filename() == 'function.weird_or_what_.yaml'
Example #3
0
 def test_function(self):
     "Map a function"
     obj = Function(schema='public', name="Weird/Or-what?")
     assert obj.extern_filename() == 'function.weird_or_what_.yaml'
Example #4
0
 def test_function(self):
     "Map a function"
     obj = Function("Weird/Or-what?", 'sd', '', None, [], None, None,
                    None, None)
     assert obj.extern_filename() == 'function.weird_or_what_.yaml'