MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / test_init_with_defaults

Method test_init_with_defaults

tests/models/test_base_api.py:52–56  ·  view source on GitHub ↗

Test initialization with default parameters.

(self)

Source from the content-addressed store, hash-verified

50 """Tests for BaseAPI initialization."""
51
52 def test_init_with_defaults(self):
53 """Test initialization with default parameters."""
54 api = ConcreteAPI()
55 assert api.retry == 10
56 assert api.wait == 5
57
58 def test_init_with_custom_params(self):
59 """Test initialization with custom parameters."""

Callers

nothing calls this directly

Calls 1

ConcreteAPIClass · 0.85

Tested by

no test coverage detected