futurist/futurist/tests
Yuriy Zveryanskyy b8759972cb Do not check spacing if periodic disabled
This change allows simple enable/disable periodic and set spacing
via one configuration option, like
@periodics.periodic(spacing=CONF.task_interval,
                    enabled=CONF.task_interval > 0)

Change-Id: I1f00242b49c7646421390c0ff26777aba6d5b6d9
Closes-Bug: #1654035
2017-03-23 14:36:25 +02:00
..
__init__.py Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
base.py Handle the case where 0.199 is provided as runtime 2015-08-27 16:21:16 -07:00
test_executors.py Fix time related check in rejection test 2016-03-02 17:15:12 -08:00
test_periodics.py Do not check spacing if periodic disabled 2017-03-23 14:36:25 +02:00
test_waiters.py Add future waiting helper module 2015-07-11 05:46:37 +00:00