tests: add unittest.main() call
This commit is contained in:
@@ -204,3 +204,7 @@ class TestFunctionAdapters(unittest.TestCase):
|
||||
}
|
||||
]
|
||||
assert AWSBedrockLLMAdapter().to_provider_tools_format(self.tools_def) == expected
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user