taskflow/taskflow/tests/unit/worker_based
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
..
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
test_dispatcher.py Make it so that the import works for older versions of kombu 2014-10-01 10:22:17 -07:00
test_endpoint.py Remove extraneous vim configuration comments 2014-02-21 14:49:11 +02:00
test_engine.py Use the features that the oslotest mock base class provides 2014-09-27 21:56:05 +00:00
test_executor.py Remove direct usage of the deprecated failure location 2014-10-21 15:37:44 -07:00
test_message_pump.py When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00
test_pipeline.py When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00
test_protocol.py Remove direct usage of the deprecated failure location 2014-10-21 15:37:44 -07:00
test_proxy.py When creating daemon threads use the bundled threading_utils 2014-11-19 11:32:13 -08:00
test_server.py Remove direct usage of the deprecated failure location 2014-10-21 15:37:44 -07:00
test_worker.py Expose only `ensure_atom` from storage 2014-09-27 21:05:01 -07:00