summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/worker_based/test_proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of mockHervé Beraud2021-04-271-1/+1
* Fix order of assertEqual for unit.worker_basedlin-hua-cheng2015-10-171-2/+2
* Use explicit WBE object arguments (instead of kwargs)Joshua Harlow2015-01-221-5/+5
* Increase robustness of WBE producer/consumersJoshua Harlow2015-01-201-23/+45
* Be explicit about publish keyword argumentsJoshua Harlow2014-12-041-6/+5
* When creating daemon threads use the bundled threading_utilsJoshua Harlow2014-11-191-3/+2
* Use the features that the oslotest mock base class providesJoshua Harlow2014-09-271-8/+8
* Use oslotest to provide our base test case classJoshua Harlow2014-09-271-1/+1
* Use a common message dispatcherJoshua Harlow2014-07-251-4/+3
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-1/+2
* Introduce message types for WBE protocolStanislav Kudriashev2014-03-141-4/+7
* Rework proxy publish functionalityStanislav Kudriashev2014-03-121-3/+1
* Worker-based engine clean-upsStanislav Kudriashev2014-03-071-74/+3
* Rename uuid to topicJoshua Harlow2014-02-251-6/+6
* Remove extraneous vim configuration commentsStanislav Kudriashev2014-02-211-2/+0
* Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+301