hurl/integration/server.py
2020-08-27 16:44:57 +02:00

5 lines
101 B
Python

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