v3 feat: support function calls

This commit is contained in:
debugtalk
2020-04-20 17:06:21 +08:00
parent 4d69e0c858
commit 36f9af441c
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