taskflow/taskflow/tests/unit
Michael Johnson dc6495cfa1 Update TaskFlow for networkx 2.x
The networkx 2.x series has been out for two years now and supports
python 3.6 and greater[1]. This patch updates TaskFlow to require
a minimum of networkx 2.1. It also updates the code to support
recent deprecation expiration introduced in the 2.4 release.

[1] https://networkx.github.io/documentation/stable/news.html

Change-Id: Ife31d353ba80824ebc63c8b21ee90943badc8da3
2019-10-18 18:11:44 -07:00
..
action_engine Update TaskFlow for networkx 2.x 2019-10-18 18:11:44 -07:00
jobs do not allow redis job reclaim by same owner 2017-05-13 16:55:50 +02:00
patterns Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
persistence Use assertIs(Not)None to check for None 2016-11-07 16:50:39 +08:00
worker_based Fix invalid json unit test 2018-02-08 17:13:05 +00:00
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
test_arguments_passing.py Allow for revert to have a different argument list from execute 2016-02-26 13:45:33 -06:00
test_check_transition.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_conductors.py Make conductor.stop stop the running engine gracefully 2016-05-03 12:59:18 -05:00
test_deciders.py Allow for alterations in decider 'area of influence' 2016-01-09 22:42:17 -08:00
test_engine_helpers.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_engines.py Update URLs in documents according to document migration 2017-07-13 12:05:18 +08:00
test_exceptions.py Ensure we don't get stuck in formatting loops 2015-04-08 15:22:46 -07:00
test_failure.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_flow_dependencies.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_formatters.py Fix '_cache_get' multiple keyword argument name overlap 2015-09-17 10:24:26 -07:00
test_functor_task.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_listeners.py python3.0 has deprecated LOG.warn 2017-03-07 09:29:26 +00:00
test_mapfunctor_task.py Added a map and a reduce task 2015-03-12 12:22:06 -07:00
test_notifier.py Add a 'can_be_registered' method that checks before notifying 2014-12-15 19:19:18 -08:00
test_progress.py Fix order of assertEqual for unit.test_* 2015-10-17 18:42:49 -07:00
test_reducefunctor_task.py Added a map and a reduce task 2015-03-12 12:22:06 -07:00
test_retries.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_states.py Add strict job state transition checking 2015-04-16 12:08:30 -07:00
test_storage.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_suspend.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_task.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_types.py Update TaskFlow for networkx 2.x 2019-10-18 18:11:44 -07:00
test_utils.py Replace assertEqual(None, *) with assertIsNone in tests 2016-07-12 11:46:19 +08:00
test_utils_async_utils.py Bump futurist and remove waiting code in taskflow 2015-07-25 18:54:22 -07:00
test_utils_binary.py Fix order of assertEqual for unit.test_* 2015-10-17 18:42:49 -07:00
test_utils_iter_utils.py Fix wrong usage of iter_utils.unique_seen 2016-01-09 22:42:17 -08:00
test_utils_threading_utils.py Remove 2.6 classifier + 2.6 compatibility code 2015-06-21 09:39:12 -07:00