tests definded
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-05-08 20:55:47 +02:00
parent f643b91a8b
commit c58b6449aa
2 changed files with 16 additions and 22 deletions

View File

@@ -0,0 +1,13 @@
import pytest
from flask import current_app
@pytest.fixture
def test_log_code(client):
r = client.get('/log')
assert r.status_code == 204