MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / run

Function run

tests/test_file_system.py:315–318  ·  view source on GitHub ↗

Run the comprehensive test suite.

()

Source from the content-addressed store, hash-verified

313
314
315async def run():
316 """Run the comprehensive test suite."""
317 tester = FileSystemTester()
318 await tester.run_all_tests()
319
320
321if __name__ == "__main__":

Callers 1

Calls 2

run_all_testsMethod · 0.95
FileSystemTesterClass · 0.85

Tested by

no test coverage detected