예제 #1
0
파일: test.py 프로젝트: yoannmtr/NoseGAE
def test_index():
    response = app.get('/')
    assert 'Hello world!' in str(response)
    eq_(1, 1, "Math is weird on your planet")
예제 #2
0
파일: test.py 프로젝트: yoannmtr/NoseGAE
def test_that_fails():
    response = app.get('/')
    assert response