summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/test_task.py
Commit message (Expand)AuthorAgeFilesLines
* Fix mock callsDoug Hellmann2015-07-101-1/+1
* Added a map and a reduce taskMin Pae2015-03-121-0/+45
* Use ordered[set/dict] to retain orderingJoshua Harlow2015-03-111-59/+82
* Map optional arguments as well as required argumentsMin Pae2015-02-101-0/+9
* Make all/most usage of type errors follow a similar patternJoshua Harlow2015-01-231-1/+1
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-57/+63
* Have tasks be able to provide copy() methodsJoshua Harlow2014-12-061-0/+23
* Rework pieces of the task callback capabilityJoshua Harlow2014-12-061-41/+31
* Raise value errors instead of assertsJoshua Harlow2014-12-021-0/+11
* Use oslotest to provide our base test case classJoshua Harlow2014-09-271-2/+1
* Rename to atom from taskJoshua Harlow2014-05-311-1/+1
* Add __repr__ method to AtomIvan A. Melnikov2014-03-241-0/+8
* Adjust logging levels and usage to follow standardsJoshua Harlow2014-03-141-8/+8
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Added more unit tests for Task and FunctorTaskskudriashev2014-01-271-1/+105
* Fix up python 3.3 incompatabilitiesJoshua Harlow2013-11-211-10/+11
* Update code to comply with hacking 0.8.0Ivan A. Melnikov2013-11-081-22/+22
* Support for optional task argumentsIvan A. Melnikov2013-10-221-0/+13
* Allow to specify default provides at task definitionIvan A. Melnikov2013-09-191-0/+17
* Add provides and requires properties to FlowAnastasia Karpinska2013-09-111-13/+13
* Engine, task, linear_flow unificationJoshua Harlow2013-09-051-5/+110
* Rename Task.__call__ to Task.executeIvan A. Melnikov2013-09-031-1/+1
* Add features to task.TaskIvan A. Melnikov2013-08-271-0/+46