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