summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/test_functor_task.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assertRaisesRegexp with assertRaisesRegexVu Cong Tuan2017-06-031-2/+2
* Fix order of assertEqual for unit.test_*lin-hua-cheng2015-10-171-3/+3
* Added a map and a reduce taskMin Pae2015-03-121-0/+29
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-1/+0
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Fix up python 3.3 incompatabilitiesJoshua Harlow2013-11-211-2/+2
* Update code to comply with hacking 0.8.0Ivan A. Melnikov2013-11-081-3/+3
* Simpler API to load flows into enginesIvan A. Melnikov2013-10-031-8/+3
* Engine, task, linear_flow unificationJoshua Harlow2013-09-051-3/+10
* Rename "revert_with" => "revert" and "execute_with" to "execute"Changbin Liu2013-08-301-1/+1
* Require uuid + move functor_task to task.pyJoshua Harlow2013-08-271-4/+4
* Use the same root test class.Joshua Harlow2013-08-261-3/+2
* Nicer way to make task out of any callableIvan A. Melnikov2013-08-221-0/+67