mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 04:37:38 +08:00
v3 feat: support function calls
This commit is contained in:
@@ -3,3 +3,7 @@ from httprunner import __version__
|
||||
|
||||
def get_httprunner_version():
|
||||
return __version__
|
||||
|
||||
|
||||
def sum_two(m, n):
|
||||
return m + n
|
||||
|
||||
Reference in New Issue
Block a user