def test_welcome(): data = welcome() assert data == {'message': 'Welcome to Redeam API Project!'}
def test_welcome(): """ Testing a view directly. """ data = welcome() assert data == {'message': 'Welcome to API Star!'}