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

Function test_default_mapper

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

Source from the content-addressed store, hash-verified

11
12
13def test_default_mapper(requests_mock):
14 requests_mock.get(api.url + '/health', json=mock_data)
15 assert api.health() == convert_json_to_object(mock_data)
16
17
18def test_object_mapper(requests_mock):

Callers

nothing calls this directly

Calls 1

convert_json_to_objectFunction · 0.90

Tested by

no test coverage detected