MCPcopy Create free account
hub / github.com/feast-dev/feast / test_client

Function test_client

sdk/python/tests/unit/test_feature_server.py:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55@pytest.fixture
56def test_client():
57 runner = CliRunner()
58 with runner.local_repo(
59 get_example_repo("example_feature_repo_1.py"), "file"
60 ) as store:
61 yield TestClient(get_app(store))
62
63
64def get_online_features_body():

Callers

nothing calls this directly

Calls 4

local_repoMethod · 0.95
CliRunnerClass · 0.90
get_example_repoFunction · 0.90
get_appFunction · 0.90

Tested by

no test coverage detected