hurl/integration/server.py
2022-02-05 18:15:41 +01:00

5 lines
89 B
Python

from tests import app
if __name__ == "__main__":
app.run(host="0.0.0.0", port=8000)