fix: convert tests

This commit is contained in:
lilong.129
2025-03-05 22:23:31 +08:00
parent f5dff25d26
commit b298441eba
22 changed files with 1141 additions and 266 deletions

13
tests/data/debugtalk.py Normal file
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"}