Ejemplo n.º 1
0
def test_get_market_summary():
    assert get_market_summary() is not None
Ejemplo n.º 2
0
def test_bad_market_summary():
    with pytest.raises(KeyError):
        assert get_market_summary("zimbabwe")