halfapi/tests/test_jwt_middleware.py

8 lines
111 B
Python

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