示例#1
0
 def test_attic(self, path):
     ci = ContractInterface.from_file(path)
     ci.script()
示例#2
0
 def test_entrypoints(self, path):
     ci = ContractInterface.from_file(path)
     ci.script()
示例#3
0
 def test_mini_scenarios(self, path):
     ci = ContractInterface.from_file(path)
     ci.script()