halfapi/tests/test_jwt_middleware.py

8 lines
117 B
Python

import jwt
from ..halfapi.app import app
def coucou():
return
def test_connected():
app.route('/', coucou)