Files
Inventarsystem/test_terminplan.py
T

6 lines
168 B
Python

from Web.app import app
with app.test_client() as client:
resp = client.get('/terminplan')
print(resp.status_code)
# print(resp.data.decode('utf-8')[:200])