MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / test_api

Function test_api

join/Joise/offline/test_api.py:6–11  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

4
5
6def test_api(args):
7
8 cpath = args.cpath
9 save_root = args.save_root
10
11 api(cpath, save_root)
12
13if __name__ == "__main__":
14 parser = argparse.ArgumentParser(description="")

Callers 1

test_api.pyFile · 0.85

Calls 1

apiFunction · 0.70

Tested by

no test coverage detected