mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 06:57:35 +08:00
new feature: testcases can be layered, now we can define interface in api block individually
This commit is contained in:
@@ -24,3 +24,6 @@ class FunctionNotFound(NameError):
|
||||
|
||||
class VariableNotFound(NameError):
|
||||
pass
|
||||
|
||||
class ApiNotFound(NameError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user