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

This commit is contained in:
httprunner
2017-09-18 15:21:50 +08:00
parent 999625635d
commit cb2555291c
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