1
0
Fork 0
forked from bton/matekasse

test favicon

This commit is contained in:
2000-Trek 2023-08-16 23:02:36 +02:00
parent bb7168e3ca
commit f3d2cb1e47
4 changed files with 10 additions and 5 deletions

View file

@ -12,6 +12,11 @@ def test_config():
assert not create_app()["app"].testing
assert create_app({'TESTING': True})["app"].testing
#basic tests
def test_favicon(client):
response = client.get("/favicon.ico")
assert response.status_code == 200
#/adduser
def test_adduser(client):
response = client.get('/adduser/user')