taskflow/taskflow/tests/unit
Joshua Harlow c543dc2066 When creating daemon threads use the bundled threading_utils
Instead of creating daemon threads using the threads module directly
use our small utility file to create the daemon thread on our behalf
and set the appropriate attributes to ensure it's a daemon thread.

This change replaces the existing locations where we were doing this
manually and uses the threading_utils helper function uniformly instead.

Change-Id: I535cee8a63407f753cf812df53c4f5bc83e0c9ae
2014-11-19 11:32:13 -08:00
..
action_engine Remove direct usage of the deprecated notifier location 2014-10-19 19:55:41 -07:00
conductor When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00
jobs When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00
patterns Relax the graph flow symbol constraints 2014-09-08 20:55:45 +00:00
persistence Remove direct usage of the deprecated failure location 2014-10-21 15:37:44 -07:00
worker_based When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
test_action_engine_scoping.py Add a couple of scope shadowing test cases 2014-09-08 20:55:59 +00:00
test_arguments_passing.py Deprecate `engine_conf` and prefer `engine` instead 2014-10-18 13:28:27 -07:00
test_check_transition.py Adjust the exception hierachy 2014-03-24 20:42:30 -07:00
test_engine_helpers.py Deprecate `engine_conf` and prefer `engine` instead 2014-10-18 13:28:27 -07:00
test_engines.py When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00
test_failure.py Merge "Remove direct usage of the deprecated failure location" 2014-11-19 03:04:52 +00:00
test_flow_dependencies.py Relax the graph flow symbol constraints 2014-09-08 20:55:45 +00:00
test_functor_task.py Enabled hacking checks H305 and H307 2014-07-17 09:05:48 +02:00
test_futures.py Add a futures type that can unify our future functionality 2014-10-18 20:21:48 -07:00
test_listeners.py Add a more dynamic/useful logging listener 2014-09-28 18:39:27 -07:00
test_notifier.py Hoist the notifier to its own module 2014-10-18 19:47:27 +00:00
test_progress.py Enabled hacking checks H305 and H307 2014-07-17 09:05:48 +02:00
test_retries.py Merge "Deprecate `engine_conf` and prefer `engine` instead" 2014-10-19 01:43:08 +00:00
test_storage.py Remove direct usage of the deprecated failure location 2014-10-21 15:37:44 -07:00
test_suspend_flow.py Add a futures type that can unify our future functionality 2014-10-18 20:21:48 -07:00
test_task.py Use oslotest to provide our base test case class 2014-09-27 14:53:12 -07:00
test_types.py Merge "Add a state machine copy() method" 2014-10-18 20:16:33 +00:00
test_utils.py When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00
test_utils_async_utils.py Add a futures type that can unify our future functionality 2014-10-18 20:21:48 -07:00
test_utils_binary.py Remove extraneous vim configuration comments 2014-02-14 16:56:50 +08:00
test_utils_lock_utils.py When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00