示例#1
0
def test_get_first_model_each_manufacturer():
    actual = get_first_model_each_manufacturer()
    expected = ['Falcon', 'Commodore', 'Maxima', 'Civic', 'Grand Cherokee']
    assert actual == expected
示例#2
0
def test_get_first_model_each_manufacturer():
    actual = get_first_model_each_manufacturer()
    expected = ["Falcon", "Commodore", "Maxima", "Civic", "Grand Cherokee"]
    assert actual == expected