platypush/tests
Fabio Manganiello 666ea9ea6b
Added `use_werkzeug_server` option to `backend.http`.
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.
2023-05-20 15:26:58 +02:00
..
etc Added `use_werkzeug_server` option to `backend.http`. 2023-05-20 15:26:58 +02:00
__init__.py Refactored tests to use pytest with fixtures instead of unittest.TestCase 2021-03-06 16:21:28 +01:00
__main__.py Added tests/__main__.py entry point to run all the tests 2021-03-06 20:13:38 +01:00
conftest.py Added `use_werkzeug_server` option to `backend.http`. 2023-05-20 15:26:58 +02:00
test_cron.py Removed `test_cron_execution_upon_system_clock_change`. 2023-05-04 00:11:11 +02:00
test_event_parse.py An `AssistantEvent` should not fail initialization if the assistant integration isn't found. 2023-05-04 00:28:50 +02:00
test_http.py Fixed tests 2022-10-08 15:18:26 +02:00
test_procedure.py Check for file creation and content multiple times with timeout 2021-03-06 17:09:40 +01:00
utils.py black fixes 2023-03-31 14:31:38 +02:00