From a6103f634253458b909f3e1d8113f94e2f34921c Mon Sep 17 00:00:00 2001 From: x54-729 <17307130121@fudan.edu.cn> Date: Sat, 30 Apr 2022 10:51:55 +0000 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81pytest=E7=9A=84=E6=B5=8B=E8=AF=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controllers/{test_trainer_fleet.py => _test_trainer_fleet.py} | 0 ...st_trainer_fleet_outside.py => _test_trainer_fleet_outside.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/core/controllers/{test_trainer_fleet.py => _test_trainer_fleet.py} (100%) rename tests/core/controllers/{test_trainer_fleet_outside.py => _test_trainer_fleet_outside.py} (100%) diff --git a/tests/core/controllers/test_trainer_fleet.py b/tests/core/controllers/_test_trainer_fleet.py similarity index 100% rename from tests/core/controllers/test_trainer_fleet.py rename to tests/core/controllers/_test_trainer_fleet.py diff --git a/tests/core/controllers/test_trainer_fleet_outside.py b/tests/core/controllers/_test_trainer_fleet_outside.py similarity index 100% rename from tests/core/controllers/test_trainer_fleet_outside.py rename to tests/core/controllers/_test_trainer_fleet_outside.py