예제 #1
0
def test_welcome():
    data = welcome()
    assert data == {'message': 'Welcome to Redeam API Project!'}
예제 #2
0
def test_welcome():
    """
    Testing a view directly.
    """
    data = welcome()
    assert data == {'message': 'Welcome to API Star!'}
예제 #3
0
파일: tests.py 프로젝트: mpicard/apistar
def test_welcome():
    """
    Testing a view directly.
    """
    data = welcome()
    assert data == {'message': 'Welcome to API Star!'}