bsp uwsgi
This commit is contained in:
7
test_tokens.py
Normal file
7
test_tokens.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flaskapp.token import TokenCollection
|
||||
|
||||
|
||||
tc=TokenCollection("tokens.yaml")
|
||||
t=tc.create()
|
||||
print(t)
|
||||
print(tc.is_valid(t))
|
||||
Reference in New Issue
Block a user