v3 feat: support function calls

This commit is contained in:
debugtalk
2020-04-20 17:06:21 +08:00
parent 86d8f052e3
commit 823a5ad77c
6 changed files with 338 additions and 18 deletions

View File

@@ -3,3 +3,7 @@ from httprunner import __version__
def get_httprunner_version():
return __version__
def sum_two(m, n):
return m + n