MCPcopy Create free account
hub / github.com/nlweb-ai/NLWeb / run_single_test

Method run_single_test

AskAgent/python/testing/base_test_runner.py:92–102  ·  view source on GitHub ↗

Run a single test case. Args: test_case: Dictionary containing test case data Returns: TestResult object

(self, test_case: dict[str, Any])

Source from the content-addressed store, hash-verified

90
91 @abstractmethod
92 async def run_single_test(self, test_case: dict[str, Any]) -> TestResult:
93 """
94 Run a single test case.
95
96 Args:
97 test_case: Dictionary containing test case data
98
99 Returns:
100 TestResult object
101 """
102 pass
103
104 @abstractmethod
105 def validate_test_case(self, test_case: dict[str, Any]) -> tuple[bool, str | None]:

Callers 1

run_testsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected