Add files via upload
This commit is contained in:
parent
8e53f0038d
commit
f216cf05c5
27 changed files with 29565 additions and 0 deletions
0
api/tests/unit/healthcheck/__init__.py
Normal file
0
api/tests/unit/healthcheck/__init__.py
Normal file
8
api/tests/unit/healthcheck/test_healthcheck.py
Normal file
8
api/tests/unit/healthcheck/test_healthcheck.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import os
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
|
||||
def test_get_healthcheck(client):
|
||||
rv = client.get('/')
|
||||
assert rv.status_code == 200
|
Loading…
Add table
Add a link
Reference in a new issue