MCPcopy
hub / github.com/tanelpoder/0xtools / test_func

Function test_func

xtop/tests/test_tui_mapping.py:277–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 for i, test_case in enumerate(TEST_CASES):
276 # Create a test function for this case
277 async def test_func():
278 await test_cli_mapping(test_case)
279
280 # Set function name and docstring
281 test_func.__name__ = f"test_cli_case_{i+1}_{test_case.name.replace(' ', '_').lower()}"

Callers 1

run_all_testsFunction · 0.85

Calls 1

test_cli_mappingFunction · 0.85

Tested by

no test coverage detected