MCPcopy Create free account
hub / github.com/blockfrost/blockfrost-python / test_object_mapper

Function test_object_mapper

tests/test_object_mapper.py:18–20  ·  view source on GitHub ↗
(requests_mock)

Source from the content-addressed store, hash-verified

16
17
18def test_object_mapper(requests_mock):
19 requests_mock.get(api.url + '/health', json=mock_data)
20 assert api.health(return_type="object") == convert_json_to_object(mock_data)
21
22
23def test_json_mapper(requests_mock):

Callers

nothing calls this directly

Calls 1

convert_json_to_objectFunction · 0.90

Tested by

no test coverage detected