MCPcopy Create free account
hub / github.com/VAST-AI-Research/tripo-python-sdk / client

Method client

tests/test_client.py:24–26  ·  view source on GitHub ↗

Fixture for the TripoClient.

(self, api_key)

Source from the content-addressed store, hash-verified

22
23 @pytest.fixture
24 def client(self, api_key):
25 """Fixture for the TripoClient."""
26 return TripoClient(api_key=api_key)
27
28 def test_init_with_api_key(self, api_key):
29 """Test initializing the client with an API key."""

Callers 1

upload_fileMethod · 0.80

Calls 1

TripoClientClass · 0.90

Tested by

no test coverage detected