コード例 #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!'}