test: add unittest form testcase with abnormal path

This commit is contained in:
debugtalk
2020-06-07 12:43:01 +08:00
parent 534a14e525
commit 204b013b71
22 changed files with 106 additions and 30 deletions

View File

@@ -0,0 +1,13 @@
from httprunner import __version__
def get_httprunner_version():
return __version__
def sum_two(m, n):
return m + n
def get_variables():
return {"foo1": "session_bar1"}