forked from bton/matekasse
test favicon
This commit is contained in:
parent
bb7168e3ca
commit
f3d2cb1e47
4 changed files with 10 additions and 5 deletions
Binary file not shown.
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue