new feature: testcases can be layered, now we can define interface in api block individually

This commit is contained in:
debugtalk
2017-09-18 15:21:50 +08:00
parent 479f0e5860
commit cd20b0a8dc
8 changed files with 179 additions and 6 deletions

View File

@@ -24,3 +24,6 @@ class FunctionNotFound(NameError):
class VariableNotFound(NameError):
pass
class ApiNotFound(NameError):
pass