Example #1
0
def test_create_customer():
    name = 'test' 
    customer = Customer(name)
    
    assert customer.getName() == name