From ebba9c4670fced3ea0ac1433ba6478728943cf0d Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Wed, 5 Jun 2024 19:02:02 +0800 Subject: [PATCH] move the testing code into the ayon maya --- .../maya/client/ayon_maya}/api/testing/__init__.py | 0 .../maya/client/ayon_maya}/api/testing/lib.py | 0 .../maya/client/ayon_maya}/api/testing/tests.ma | 0 .../maya/client/ayon_maya}/api/testing/tests.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {client/ayon_core/hosts/maya => server_addon/maya/client/ayon_maya}/api/testing/__init__.py (100%) rename {client/ayon_core/hosts/maya => server_addon/maya/client/ayon_maya}/api/testing/lib.py (100%) rename {client/ayon_core/hosts/maya => server_addon/maya/client/ayon_maya}/api/testing/tests.ma (100%) rename {client/ayon_core/hosts/maya => server_addon/maya/client/ayon_maya}/api/testing/tests.py (100%) diff --git a/client/ayon_core/hosts/maya/api/testing/__init__.py b/server_addon/maya/client/ayon_maya/api/testing/__init__.py similarity index 100% rename from client/ayon_core/hosts/maya/api/testing/__init__.py rename to server_addon/maya/client/ayon_maya/api/testing/__init__.py diff --git a/client/ayon_core/hosts/maya/api/testing/lib.py b/server_addon/maya/client/ayon_maya/api/testing/lib.py similarity index 100% rename from client/ayon_core/hosts/maya/api/testing/lib.py rename to server_addon/maya/client/ayon_maya/api/testing/lib.py diff --git a/client/ayon_core/hosts/maya/api/testing/tests.ma b/server_addon/maya/client/ayon_maya/api/testing/tests.ma similarity index 100% rename from client/ayon_core/hosts/maya/api/testing/tests.ma rename to server_addon/maya/client/ayon_maya/api/testing/tests.ma diff --git a/client/ayon_core/hosts/maya/api/testing/tests.py b/server_addon/maya/client/ayon_maya/api/testing/tests.py similarity index 100% rename from client/ayon_core/hosts/maya/api/testing/tests.py rename to server_addon/maya/client/ayon_maya/api/testing/tests.py