Projekt

Obecné

Profil

Stáhnout (182 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
def test_addition():
2
    assert 1 + 1 == 2
3

    
4

    
5
def test_index(client):
6
    # fetch index page
7
    res = client.get('/')
8

    
9
    # check HTTP status code
10
    assert res.status_code == 302
(3-3/3)