summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/patterns/test_graph_flow.py
Commit message (Expand)AuthorAgeFilesLines
* Quote string representationsMichael Johnson2022-06-101-2/+2
* Switch from unittest2 compat methods to Python 3.x methodsmelissaml2020-07-051-9/+9
* Replace assertRaisesRegexp with assertRaisesRegexVu Cong Tuan2017-06-031-6/+6
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-0/+10
* For taskflow patterns don't show taskflow.patterns prefixJoshua Harlow2016-01-051-3/+13
* Fix order of assertEqual for unit.patternslin-hua-cheng2015-10-171-33/+30
* iter_nodes method added to flowsTimofey Durakov2015-08-281-0/+25
* Use 'node' terminology instead of 'item' terminologyJoshua Harlow2015-03-301-3/+3
* Update Flow::__str__Manish Godara2015-02-171-1/+1
* Relax the graph flow symbol constraintsJoshua Harlow2014-09-081-1/+34
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-1/+0
* Rework graph flow unit testsIvan A. Melnikov2014-03-221-0/+259