This website requires JavaScript.
Explore
Help
Sign In
Orange-OpenSource
/
hurl
Watch
1
Star
1
Fork
0
You've already forked hurl
mirror of
https://github.com/Orange-OpenSource/hurl.git
synced
2024-11-24 04:31:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2c84f299db
hurl
/
integration
/
server.py
5 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
Init Commit - beta release 0.99.12
2020-08-27 10:07:46 +03:00
from
tests
import
app
if
__name__
==
'
__main__
'
:
Do not run flask in debug mode anymore It might solve the import issue with the form_param.py test ImportError: cannot import name 'attach_enctype_error_multidict' from partially initialized module 'flask.debughelpers' (most likely due to a circular import) (/usr/local/lib/python3.9/site-packages/flask/debughelpers.py)
2021-02-06 20:01:30 +03:00
app
.
run
(
host
=
'
0.0.0.0
'
,
port
=
8000
)
Init Commit - beta release 0.99.12
2020-08-27 10:07:46 +03:00
Reference in New Issue
Copy Permalink