summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-2/+1
* Replace assertEqual(None, *) with assertIsNone in testsweiweigu2016-07-121-2/+2
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-18/+0
* Change name of misc.ensure_dict to misc.safe_copy_dictJoshua Harlow2015-12-141-5/+12
* Add optional 'defer_reverts' behaviorGreg Hill2015-11-171-0/+24
* Fix order of assertEqual for unit.test_*lin-hua-cheng2015-10-171-7/+7
* Small refactoring of 'merge_uri' utility functionJoshua Harlow2015-05-021-0/+36
* Merge "Added a map and a reduce task"Jenkins2015-03-141-0/+15
|\
| * Added a map and a reduce taskMin Pae2015-03-121-0/+15
* | Fix lookup scoping multi-match orderingJoshua Harlow2015-02-241-0/+18
|/
* Refactor parts of the periodic workerJoshua Harlow2015-02-221-0/+18
* Improve multilock class and its associated unit testJoshua Harlow2015-02-131-0/+36
* Remove need to inherit/adjust netutils split0.6.1Joshua Harlow2015-01-051-1/+1
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-255/+0
* Use a tiny clamp helper to clamp the 'on_progress' valueJoshua Harlow2014-12-131-0/+29
* When creating daemon threads use the bundled threading_utilsJoshua Harlow2014-11-191-3/+2
* Remove attrdict and just use existing typesJoshua Harlow2014-10-181-108/+0
* Hoist the notifier to its own moduleJoshua Harlow2014-10-181-84/+0
* Move failure to its own type specific moduleJoshua Harlow2014-10-181-44/+3
* Ensure the cachedproperty creation/setting is thread-safeJoshua Harlow2014-09-051-0/+33
* Use __qualname__ where appropriateJoshua Harlow2014-08-271-4/+52
* Move the stopwatch tests to test_typesJoshua Harlow2014-07-031-43/+0
* Create a top level time typeJoshua Harlow2014-06-201-6/+7
* Ensure cachedproperty descriptor picks up docstringsJoshua Harlow2014-06-021-0/+20
* Add tests for the misc.cachedproperty descriptorJoshua Harlow2014-05-201-0/+59
* Integrate urlparse for configuration augmentationJoshua Harlow2014-04-281-0/+45
* Allow jobboard event notificationJoshua Harlow2014-04-211-16/+16
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-3/+2
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-2/+3
* Rewrite assertion for same elements in sequencesIvan A. Melnikov2014-03-221-0/+19
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Doc strings and comments clean-upskudriashev2014-01-261-4/+4
* Capture task durationJoshua Harlow2013-12-091-0/+42
* Fixes how instances methods are not deregisteredJoshua Harlow2013-12-041-0/+125
* Improve is_valid_attribute_name utility functionIvan A. Melnikov2013-11-221-0/+31
* Fix up python 3.3 incompatabilitiesJoshua Harlow2013-11-211-4/+10
* Update code to comply with hacking 0.8.0Ivan A. Melnikov2013-11-081-35/+35
* Support for optional task argumentsIvan A. Melnikov2013-10-221-9/+14
* Also allow "_" to be valid identifierJoshua Harlow2013-10-151-0/+66
* Python3 compatibility for utils.reflectionIvan A. Melnikov2013-10-101-1/+1
* No module name for builtin type and exception namesIvan A. Melnikov2013-10-101-13/+10
* Remove decorators and move to utilsJoshua Harlow2013-10-071-2/+2
* Wrapping and serializing failuresIvan A. Melnikov2013-10-041-0/+83
* Engine, task, linear_flow unificationJoshua Harlow2013-09-051-40/+16
* Split utils moduleIvan A. Melnikov2013-09-031-30/+27
* Add get_required_callable_args utility functionIvan A. Melnikov2013-08-271-8/+57
* Add get_callable_name utility functionIvan A. Melnikov2013-08-271-0/+64
* Use the same root test class.Joshua Harlow2013-08-261-2/+2
* Add a basic rollback accumlator test.Joshua Harlow2013-05-241-0/+58