MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / get_test_path

Function get_test_path

test/asynchronous/unified_format.py:1583–1588  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

1581
1582
1583def get_test_path(*args):
1584 if _IS_SYNC:
1585 root_dir = Path(__file__).resolve().parent
1586 else:
1587 root_dir = Path(__file__).resolve().parent.parent
1588 return os.path.join(root_dir, *args)
1589
1590
1591def generate_test_classes(

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected