diff --git a/tests/integration/__init__.py b/tests/workflows/__init__.py similarity index 90% rename from tests/integration/__init__.py rename to tests/workflows/__init__.py index 35ab7fef..37bacefe 100644 --- a/tests/integration/__init__.py +++ b/tests/workflows/__init__.py @@ -13,4 +13,4 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -"""Integration tests between different types of tasks classes.""" +"""Tests that validate workflow outcomes by model type.""" diff --git a/tests/integration/test_rules_transform_workflow.py b/tests/workflows/test_rules_transform_workflow.py similarity index 100% rename from tests/integration/test_rules_transform_workflow.py rename to tests/workflows/test_rules_transform_workflow.py