taskflow/taskflow/tests/unit/worker_based
Ben Nemec 44ce6eae91 Fix invalid json unit test
Recent versions of oslo.serialization have made it possible to dump
exceptions to JSON, which broke a unit test in taskflow that
assumed exceptions were unserializable.  This change switches to an
explicitly unserializable class for that test.

Change-Id: If6d19bc9fcf1f1813cb087d42dc7ba6a61c71b3d
Closes-Bug: 1748241
2018-02-08 17:13:05 +00:00
..
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
test_creation.py Add WBE worker expiry 2016-02-14 12:37:01 -08:00
test_dispatcher.py Make the dispatcher handler be an actual type 2015-02-15 20:21:24 -08:00
test_endpoint.py Replace assertEqual(None, *) with assertIsNone in tests 2016-07-12 11:46:19 +08:00
test_executor.py Some WBE protocol/executor cleanups 2016-02-14 11:47:06 -08:00
test_message_pump.py Remove 2.6 classifier + 2.6 compatibility code 2015-06-21 09:39:12 -07:00
test_pipeline.py Bump futurist and remove waiting code in taskflow 2015-07-25 18:54:22 -07:00
test_protocol.py Fix invalid json unit test 2018-02-08 17:13:05 +00:00
test_proxy.py Fix order of assertEqual for unit.worker_based 2015-10-17 09:08:35 +00:00
test_server.py Some WBE protocol/executor cleanups 2016-02-14 11:47:06 -08:00
test_types.py Add WBE worker expiry 2016-02-14 12:37:01 -08:00
test_worker.py Make tests less dependent on transient state 2016-06-02 12:46:55 -05:00