Closed sdvillal closed 7 years ago
def test_parse_empty_string(): what = parse_whatid("f(x='')") assert what.name == 'f' assert what.conf == {'x': ''}