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

Function get_test_path

test/unified_format.py:1568–1573  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

1566
1567
1568def get_test_path(*args):
1569 if _IS_SYNC:
1570 root_dir = Path(__file__).resolve().parent
1571 else:
1572 root_dir = Path(__file__).resolve().parent.parent
1573 return os.path.join(root_dir, *args)
1574
1575
1576def generate_test_classes(

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected