From a170f4bb9efdf6c40989b37ac60afbbaccd4c0df Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 20 Dec 2014 16:28:14 -0800 Subject: [PATCH] Move the engine scoping test to its engines test folder Since the scoping is an action_engine implementation detail its test should belong in the action_engine test cases folder instead of being at the top level unit test folder. Change-Id: Ic436c534103d1d9fafad95299bd2632cc7ee5634 --- .../test_scoping.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename taskflow/tests/unit/{test_action_engine_scoping.py => action_engine/test_scoping.py} (100%) diff --git a/taskflow/tests/unit/test_action_engine_scoping.py b/taskflow/tests/unit/action_engine/test_scoping.py similarity index 100% rename from taskflow/tests/unit/test_action_engine_scoping.py rename to taskflow/tests/unit/action_engine/test_scoping.py