forked from platypush/platypush
There are situations where you may not want to run the HTTP server in a full blown WSGI-over-Tornado container - unit/integration tests and embedded single-core devices are among those cases. In those scenarios, we should allow the user to be able to run the backend using the built-in Werkzeug server provided by Flask. |
||
|---|---|---|
| .. | ||
| etc | ||
| __init__.py | ||
| __main__.py | ||
| conftest.py | ||
| test_cron.py | ||
| test_event_parse.py | ||
| test_http.py | ||
| test_procedure.py | ||
| utils.py | ||