cleanup, tests

This commit is contained in:
2025-01-02 02:49:57 +01:00
parent 4d034c7f2b
commit 71e5fa96f3
4 changed files with 136 additions and 169 deletions

View File

@@ -5,6 +5,7 @@ import tests.helper as helper
def test_tool_function_decorator():
""" @tool """
# get length before adding tools
start_len = len(tool_helper.tool_list)