tool functions and pytest
This commit is contained in:
7
tests/helper.py
Normal file
7
tests/helper.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
def tool_dummy(a: int, b: str):
|
||||
return "result_%d_%s" % (a, b)
|
||||
|
||||
def tool_dummy2(text: str):
|
||||
return text.upper()
|
Reference in New Issue
Block a user