From a3b98158910564290fc7104356f3302669dad0bd Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 7 Jun 2025 15:45:34 +0930 Subject: [PATCH] chore(core): disable pre CenturionModel inheritance tests ref: #804 #796 #797 #798 --- ...test_manufacturer_serializer.py => manufacturer_serializer.py} | 0 .../{test_manufacturer_viewset.py => manufacturer_viewset.py} | 0 ...icket_category_serializer.py => ticket_category_serializer.py} | 0 ...test_ticket_category_viewset.py => ticket_category_viewset.py} | 0 ...tegory_serializer.py => ticket_comment_category_serializer.py} | 0 ...ent_category_viewset.py => ticket_comment_category_viewset.py} | 0 .../{test_manufacturer_api_v2.py => manufacturer_api_v2.py} | 0 ...test_unit_manufacturer_model.py => unit_manufacturer_model.py} | 0 ..._unit_manufacturer_viewset.py => unit_manufacturer_viewset.py} | 0 .../{test_ticket_category_api_v2.py => ticket_category_api_v2.py} | 0 ...nit_ticket_category_model.py => unit_ticket_category_model.py} | 0 ...ticket_category_viewset.py => unit_ticket_category_viewset.py} | 0 ...mment_category_api_v2.py => ticket_comment_category_api_v2.py} | 0 ...nt_category_model.py => unit_ticket_comment_category_model.py} | 0 ...ategory_viewset.py => unit_ticket_comment_category_viewset.py} | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename app/core/tests/functional/manufacturer/{test_manufacturer_serializer.py => manufacturer_serializer.py} (100%) rename app/core/tests/functional/manufacturer/{test_manufacturer_viewset.py => manufacturer_viewset.py} (100%) rename app/core/tests/functional/ticket_category/{test_ticket_category_serializer.py => ticket_category_serializer.py} (100%) rename app/core/tests/functional/ticket_category/{test_ticket_category_viewset.py => ticket_category_viewset.py} (100%) rename app/core/tests/functional/ticket_comment_category/{test_ticket_comment_category_serializer.py => ticket_comment_category_serializer.py} (100%) rename app/core/tests/functional/ticket_comment_category/{test_ticket_comment_category_viewset.py => ticket_comment_category_viewset.py} (100%) rename app/core/tests/unit/manufacturer/{test_manufacturer_api_v2.py => manufacturer_api_v2.py} (100%) rename app/core/tests/unit/manufacturer/{test_unit_manufacturer_model.py => unit_manufacturer_model.py} (100%) rename app/core/tests/unit/manufacturer/{test_unit_manufacturer_viewset.py => unit_manufacturer_viewset.py} (100%) rename app/core/tests/unit/ticket_category/{test_ticket_category_api_v2.py => ticket_category_api_v2.py} (100%) rename app/core/tests/unit/ticket_category/{test_unit_ticket_category_model.py => unit_ticket_category_model.py} (100%) rename app/core/tests/unit/ticket_category/{test_unit_ticket_category_viewset.py => unit_ticket_category_viewset.py} (100%) rename app/core/tests/unit/ticket_comment_category/{test_ticket_comment_category_api_v2.py => ticket_comment_category_api_v2.py} (100%) rename app/core/tests/unit/ticket_comment_category/{test_unit_ticket_comment_category_model.py => unit_ticket_comment_category_model.py} (100%) rename app/core/tests/unit/ticket_comment_category/{test_unit_ticket_comment_category_viewset.py => unit_ticket_comment_category_viewset.py} (100%) diff --git a/app/core/tests/functional/manufacturer/test_manufacturer_serializer.py b/app/core/tests/functional/manufacturer/manufacturer_serializer.py similarity index 100% rename from app/core/tests/functional/manufacturer/test_manufacturer_serializer.py rename to app/core/tests/functional/manufacturer/manufacturer_serializer.py diff --git a/app/core/tests/functional/manufacturer/test_manufacturer_viewset.py b/app/core/tests/functional/manufacturer/manufacturer_viewset.py similarity index 100% rename from app/core/tests/functional/manufacturer/test_manufacturer_viewset.py rename to app/core/tests/functional/manufacturer/manufacturer_viewset.py diff --git a/app/core/tests/functional/ticket_category/test_ticket_category_serializer.py b/app/core/tests/functional/ticket_category/ticket_category_serializer.py similarity index 100% rename from app/core/tests/functional/ticket_category/test_ticket_category_serializer.py rename to app/core/tests/functional/ticket_category/ticket_category_serializer.py diff --git a/app/core/tests/functional/ticket_category/test_ticket_category_viewset.py b/app/core/tests/functional/ticket_category/ticket_category_viewset.py similarity index 100% rename from app/core/tests/functional/ticket_category/test_ticket_category_viewset.py rename to app/core/tests/functional/ticket_category/ticket_category_viewset.py diff --git a/app/core/tests/functional/ticket_comment_category/test_ticket_comment_category_serializer.py b/app/core/tests/functional/ticket_comment_category/ticket_comment_category_serializer.py similarity index 100% rename from app/core/tests/functional/ticket_comment_category/test_ticket_comment_category_serializer.py rename to app/core/tests/functional/ticket_comment_category/ticket_comment_category_serializer.py diff --git a/app/core/tests/functional/ticket_comment_category/test_ticket_comment_category_viewset.py b/app/core/tests/functional/ticket_comment_category/ticket_comment_category_viewset.py similarity index 100% rename from app/core/tests/functional/ticket_comment_category/test_ticket_comment_category_viewset.py rename to app/core/tests/functional/ticket_comment_category/ticket_comment_category_viewset.py diff --git a/app/core/tests/unit/manufacturer/test_manufacturer_api_v2.py b/app/core/tests/unit/manufacturer/manufacturer_api_v2.py similarity index 100% rename from app/core/tests/unit/manufacturer/test_manufacturer_api_v2.py rename to app/core/tests/unit/manufacturer/manufacturer_api_v2.py diff --git a/app/core/tests/unit/manufacturer/test_unit_manufacturer_model.py b/app/core/tests/unit/manufacturer/unit_manufacturer_model.py similarity index 100% rename from app/core/tests/unit/manufacturer/test_unit_manufacturer_model.py rename to app/core/tests/unit/manufacturer/unit_manufacturer_model.py diff --git a/app/core/tests/unit/manufacturer/test_unit_manufacturer_viewset.py b/app/core/tests/unit/manufacturer/unit_manufacturer_viewset.py similarity index 100% rename from app/core/tests/unit/manufacturer/test_unit_manufacturer_viewset.py rename to app/core/tests/unit/manufacturer/unit_manufacturer_viewset.py diff --git a/app/core/tests/unit/ticket_category/test_ticket_category_api_v2.py b/app/core/tests/unit/ticket_category/ticket_category_api_v2.py similarity index 100% rename from app/core/tests/unit/ticket_category/test_ticket_category_api_v2.py rename to app/core/tests/unit/ticket_category/ticket_category_api_v2.py diff --git a/app/core/tests/unit/ticket_category/test_unit_ticket_category_model.py b/app/core/tests/unit/ticket_category/unit_ticket_category_model.py similarity index 100% rename from app/core/tests/unit/ticket_category/test_unit_ticket_category_model.py rename to app/core/tests/unit/ticket_category/unit_ticket_category_model.py diff --git a/app/core/tests/unit/ticket_category/test_unit_ticket_category_viewset.py b/app/core/tests/unit/ticket_category/unit_ticket_category_viewset.py similarity index 100% rename from app/core/tests/unit/ticket_category/test_unit_ticket_category_viewset.py rename to app/core/tests/unit/ticket_category/unit_ticket_category_viewset.py diff --git a/app/core/tests/unit/ticket_comment_category/test_ticket_comment_category_api_v2.py b/app/core/tests/unit/ticket_comment_category/ticket_comment_category_api_v2.py similarity index 100% rename from app/core/tests/unit/ticket_comment_category/test_ticket_comment_category_api_v2.py rename to app/core/tests/unit/ticket_comment_category/ticket_comment_category_api_v2.py diff --git a/app/core/tests/unit/ticket_comment_category/test_unit_ticket_comment_category_model.py b/app/core/tests/unit/ticket_comment_category/unit_ticket_comment_category_model.py similarity index 100% rename from app/core/tests/unit/ticket_comment_category/test_unit_ticket_comment_category_model.py rename to app/core/tests/unit/ticket_comment_category/unit_ticket_comment_category_model.py diff --git a/app/core/tests/unit/ticket_comment_category/test_unit_ticket_comment_category_viewset.py b/app/core/tests/unit/ticket_comment_category/unit_ticket_comment_category_viewset.py similarity index 100% rename from app/core/tests/unit/ticket_comment_category/test_unit_ticket_comment_category_viewset.py rename to app/core/tests/unit/ticket_comment_category/unit_ticket_comment_category_viewset.py