MCPcopy Index your code
hub / github.com/MagicStack/httptools / suite

Function suite

tests/__init__.py:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def suite():
8 test_loader = unittest.TestLoader()
9 test_suite = test_loader.discover(
10 os.path.dirname(__file__), pattern='test_*.py')
11 return test_suite
12
13
14if __name__ == '__main__':

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…