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

Function suite

tests/__init__.py:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def suite():
14 test_loader = unittest.TestLoader()
15 test_suite = test_loader.discover(str(pathlib.Path(__file__).parent),
16 pattern='test_*.py')
17 return test_suite
18
19
20if __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…