Files
deb-python-taskflow/taskflow/utils/flow_utils.py
Ivan A. Melnikov b8b9cc3ac3 Flattening improvements
- remove extraneous locking from flattener;
- don't add 'flatten': True to edge data: it means nothing currently
  as all the edges get it;
- improve unit tests for flattening:
  - check retry was correctly set with assertIs instead of assertEqual;
  - check exact source, destination and attributes of resulting
    graph edges;
  - cover more error paths;
- minor code cleanups.

Change-Id: Iab23e245cdc834e2cdcb4b7011e13be59aca754a
2014-03-24 13:14:17 +04:00

6.4 KiB