You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
platypush/tests
Fabio Manganiello eae4b4f62a
The tmp_file fixture destructor should clean up any temporary files (in case multiple tests import it)
2 years ago
..
etc Cron expressions should follow the machine local time, not UTC [closes #173] 2 years ago
__init__.py Refactored tests to use pytest with fixtures instead of unittest.TestCase 2 years ago
__main__.py Added tests/__main__.py entry point to run all the tests 2 years ago
conftest.py Clear log objects on teardown to prevent pytest logging errors 2 years ago
test_cron.py The tmp_file fixture destructor should clean up any temporary files (in case multiple tests import it) 2 years ago
test_event_parse.py More tests improvements 2 years ago
test_http.py More tests improvements 2 years ago
test_procedure.py Check for file creation and content multiple times with timeout 2 years ago
utils.py Tests improvements 2 years ago