change: format copied debugtalk.py

This commit is contained in:
debugtalk
2020-06-06 10:05:57 +08:00
parent 1ecebd540b
commit 0215908700
2 changed files with 16 additions and 0 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"}