def test_dict_make_it_nested():
    e = B.dict_make_it_nested()
    assert 'deep' in e['two']
def test_dict_make_it_nested():
    e = B.dict_make_it_nested()
    assert 'deep' in e['two']