Skip to main content

TestingFunctionSummary

Testing Function Summary Object

namestring

Name of the test function (matched with exact python method name)

Example: similarity_score_shared
contentstring

Contents of test function

Example: def similarity_score_shared(input_text: str, expected_output: str, predicted_output: str): ...
dependenciesstring[]
Example: ["external-library"]
TestingFunctionSummary
{
"name": "similarity_score_shared",
"content": "def similarity_score_shared(input_text: str, expected_output: str, predicted_output: str): \n ...",
"dependencies": [
"external-library"
]
}