From 4da70785b5108db27acdbeb8ee95f2a3c7043b7e Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Thu, 8 Jan 2026 21:34:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(tests):=20=E9=87=8D=E6=9E=84=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=96=87=E4=BB=B6=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/{ => data}/test_checkpoint.py | 0 tests/{ => data}/test_dataset.py | 0 tests/{ => data}/test_sampler.py | 0 tests/{ => module}/test_module.py | 0 tests/{ => module}/test_tie_weight.py | 0 tests/{ => trainer}/test_callbacks.py | 0 tests/{ => trainer}/test_early_stopping.py | 0 tests/{ => trainer}/test_train_strategy.py | 0 tests/{test_train_config.py => trainer/test_trainer.py} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => data}/test_checkpoint.py (100%) rename tests/{ => data}/test_dataset.py (100%) rename tests/{ => data}/test_sampler.py (100%) rename tests/{ => module}/test_module.py (100%) rename tests/{ => module}/test_tie_weight.py (100%) rename tests/{ => trainer}/test_callbacks.py (100%) rename tests/{ => trainer}/test_early_stopping.py (100%) rename tests/{ => trainer}/test_train_strategy.py (100%) rename tests/{test_train_config.py => trainer/test_trainer.py} (100%) diff --git a/tests/test_checkpoint.py b/tests/data/test_checkpoint.py similarity index 100% rename from tests/test_checkpoint.py rename to tests/data/test_checkpoint.py diff --git a/tests/test_dataset.py b/tests/data/test_dataset.py similarity index 100% rename from tests/test_dataset.py rename to tests/data/test_dataset.py diff --git a/tests/test_sampler.py b/tests/data/test_sampler.py similarity index 100% rename from tests/test_sampler.py rename to tests/data/test_sampler.py diff --git a/tests/test_module.py b/tests/module/test_module.py similarity index 100% rename from tests/test_module.py rename to tests/module/test_module.py diff --git a/tests/test_tie_weight.py b/tests/module/test_tie_weight.py similarity index 100% rename from tests/test_tie_weight.py rename to tests/module/test_tie_weight.py diff --git a/tests/test_callbacks.py b/tests/trainer/test_callbacks.py similarity index 100% rename from tests/test_callbacks.py rename to tests/trainer/test_callbacks.py diff --git a/tests/test_early_stopping.py b/tests/trainer/test_early_stopping.py similarity index 100% rename from tests/test_early_stopping.py rename to tests/trainer/test_early_stopping.py diff --git a/tests/test_train_strategy.py b/tests/trainer/test_train_strategy.py similarity index 100% rename from tests/test_train_strategy.py rename to tests/trainer/test_train_strategy.py diff --git a/tests/test_train_config.py b/tests/trainer/test_trainer.py similarity index 100% rename from tests/test_train_config.py rename to tests/trainer/test_trainer.py