()
| 54 | |
| 55 | @pytest.fixture |
| 56 | def 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 | |
| 64 | def get_online_features_body(): |
nothing calls this directly
no test coverage detected