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