hurl/integration/server.py

5 lines
101 B
Python
Raw Normal View History

2020-08-27 10:07:46 +03:00
from tests import app
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0', port=8000)