diff --git a/.github/workflows/citest.yaml b/.github/workflows/citest.yaml index 2f5f0d87..64f73d54 100644 --- a/.github/workflows/citest.yaml +++ b/.github/workflows/citest.yaml @@ -107,5 +107,5 @@ jobs: export CUDA_VISIBLE_DEVICES=6 source ~/workspace/anaconda2/etc/profile.d/conda.sh conda activate torch1.8.1_blade - PYTHONPATH=. python tests/predictors/test_detector_blade.py - PYTHONPATH=. python tests/apis/test_export_blade.py + PYTHONPATH=. python tests/test_predictors/test_detector_blade.py + PYTHONPATH=. python tests/test_apis/test_export_blade.py diff --git a/tests/apis/__init__.py b/tests/test_apis/__init__.py similarity index 100% rename from tests/apis/__init__.py rename to tests/test_apis/__init__.py diff --git a/tests/apis/test_export.py b/tests/test_apis/test_export.py similarity index 100% rename from tests/apis/test_export.py rename to tests/test_apis/test_export.py diff --git a/tests/apis/test_export_blade.py b/tests/test_apis/test_export_blade.py similarity index 100% rename from tests/apis/test_export_blade.py rename to tests/test_apis/test_export_blade.py diff --git a/tests/configs/__init__.py b/tests/test_configs/__init__.py similarity index 100% rename from tests/configs/__init__.py rename to tests/test_configs/__init__.py diff --git a/tests/configs/test_check_base_cfg_path.py b/tests/test_configs/test_check_base_cfg_path.py similarity index 100% rename from tests/configs/test_check_base_cfg_path.py rename to tests/test_configs/test_check_base_cfg_path.py diff --git a/tests/core/__init__.py b/tests/test_core/__init__.py similarity index 100% rename from tests/core/__init__.py rename to tests/test_core/__init__.py diff --git a/tests/core/evaluation/__init__.py b/tests/test_core/evaluation/__init__.py similarity index 100% rename from tests/core/evaluation/__init__.py rename to tests/test_core/evaluation/__init__.py diff --git a/tests/core/evaluation/test_auc_eval.py b/tests/test_core/evaluation/test_auc_eval.py similarity index 100% rename from tests/core/evaluation/test_auc_eval.py rename to tests/test_core/evaluation/test_auc_eval.py diff --git a/tests/core/evaluation/test_classification_eval.py b/tests/test_core/evaluation/test_classification_eval.py similarity index 100% rename from tests/core/evaluation/test_classification_eval.py rename to tests/test_core/evaluation/test_classification_eval.py diff --git a/tests/core/evaluation/test_coco_evaluation.py b/tests/test_core/evaluation/test_coco_evaluation.py similarity index 100% rename from tests/core/evaluation/test_coco_evaluation.py rename to tests/test_core/evaluation/test_coco_evaluation.py diff --git a/tests/core/evaluation/test_coco_tools.py b/tests/test_core/evaluation/test_coco_tools.py similarity index 100% rename from tests/core/evaluation/test_coco_tools.py rename to tests/test_core/evaluation/test_coco_tools.py diff --git a/tests/core/evaluation/test_keypoint_eval.py b/tests/test_core/evaluation/test_keypoint_eval.py similarity index 100% rename from tests/core/evaluation/test_keypoint_eval.py rename to tests/test_core/evaluation/test_keypoint_eval.py diff --git a/tests/core/evaluation/test_metrics.py b/tests/test_core/evaluation/test_metrics.py similarity index 100% rename from tests/core/evaluation/test_metrics.py rename to tests/test_core/evaluation/test_metrics.py diff --git a/tests/core/evaluation/test_mse_eval.py b/tests/test_core/evaluation/test_mse_eval.py similarity index 100% rename from tests/core/evaluation/test_mse_eval.py rename to tests/test_core/evaluation/test_mse_eval.py diff --git a/tests/core/evaluation/test_nuscenes_eval.py b/tests/test_core/evaluation/test_nuscenes_eval.py similarity index 100% rename from tests/core/evaluation/test_nuscenes_eval.py rename to tests/test_core/evaluation/test_nuscenes_eval.py diff --git a/tests/core/evaluation/test_retrival_topk_eval.py b/tests/test_core/evaluation/test_retrival_topk_eval.py similarity index 100% rename from tests/core/evaluation/test_retrival_topk_eval.py rename to tests/test_core/evaluation/test_retrival_topk_eval.py diff --git a/tests/core/evaluation/test_top_down_eval.py b/tests/test_core/evaluation/test_top_down_eval.py similarity index 100% rename from tests/core/evaluation/test_top_down_eval.py rename to tests/test_core/evaluation/test_top_down_eval.py diff --git a/tests/core/optimizer/__init__.py b/tests/test_core/optimizer/__init__.py similarity index 100% rename from tests/core/optimizer/__init__.py rename to tests/test_core/optimizer/__init__.py diff --git a/tests/core/optimizer/test_optimizers.py b/tests/test_core/optimizer/test_optimizers.py similarity index 100% rename from tests/core/optimizer/test_optimizers.py rename to tests/test_core/optimizer/test_optimizers.py diff --git a/tests/core/post_processing/__init__.py b/tests/test_core/post_processing/__init__.py similarity index 100% rename from tests/core/post_processing/__init__.py rename to tests/test_core/post_processing/__init__.py diff --git a/tests/core/post_processing/test_nms.py b/tests/test_core/post_processing/test_nms.py similarity index 100% rename from tests/core/post_processing/test_nms.py rename to tests/test_core/post_processing/test_nms.py diff --git a/tests/core/sailfish/__init__.py b/tests/test_core/sailfish/__init__.py similarity index 100% rename from tests/core/sailfish/__init__.py rename to tests/test_core/sailfish/__init__.py diff --git a/tests/core/sailfish/test_arcface.py b/tests/test_core/sailfish/test_arcface.py similarity index 100% rename from tests/core/sailfish/test_arcface.py rename to tests/test_core/sailfish/test_arcface.py diff --git a/tests/core/sailfish/test_linear.py b/tests/test_core/sailfish/test_linear.py similarity index 100% rename from tests/core/sailfish/test_linear.py rename to tests/test_core/sailfish/test_linear.py diff --git a/tests/core/visualization/__init__.py b/tests/test_core/visualization/__init__.py similarity index 100% rename from tests/core/visualization/__init__.py rename to tests/test_core/visualization/__init__.py diff --git a/tests/core/visualization/test_image.py b/tests/test_core/visualization/test_image.py similarity index 100% rename from tests/core/visualization/test_image.py rename to tests/test_core/visualization/test_image.py diff --git a/tests/datasets/__init__.py b/tests/test_datasets/__init__.py similarity index 100% rename from tests/datasets/__init__.py rename to tests/test_datasets/__init__.py diff --git a/tests/datasets/classification/__init__.py b/tests/test_datasets/classification/__init__.py similarity index 100% rename from tests/datasets/classification/__init__.py rename to tests/test_datasets/classification/__init__.py diff --git a/tests/datasets/classification/data_sources/__init__.py b/tests/test_datasets/classification/data_sources/__init__.py similarity index 100% rename from tests/datasets/classification/data_sources/__init__.py rename to tests/test_datasets/classification/data_sources/__init__.py diff --git a/tests/datasets/classification/data_sources/test_cls_caltech_datasource.py b/tests/test_datasets/classification/data_sources/test_cls_caltech_datasource.py similarity index 100% rename from tests/datasets/classification/data_sources/test_cls_caltech_datasource.py rename to tests/test_datasets/classification/data_sources/test_cls_caltech_datasource.py diff --git a/tests/datasets/classification/data_sources/test_cls_cifar_datasource.py b/tests/test_datasets/classification/data_sources/test_cls_cifar_datasource.py similarity index 100% rename from tests/datasets/classification/data_sources/test_cls_cifar_datasource.py rename to tests/test_datasets/classification/data_sources/test_cls_cifar_datasource.py diff --git a/tests/datasets/classification/data_sources/test_cls_class_list_datasource.py b/tests/test_datasets/classification/data_sources/test_cls_class_list_datasource.py similarity index 100% rename from tests/datasets/classification/data_sources/test_cls_class_list_datasource.py rename to tests/test_datasets/classification/data_sources/test_cls_class_list_datasource.py diff --git a/tests/datasets/classification/data_sources/test_cls_flower_datasource.py b/tests/test_datasets/classification/data_sources/test_cls_flower_datasource.py similarity index 100% rename from tests/datasets/classification/data_sources/test_cls_flower_datasource.py rename to tests/test_datasets/classification/data_sources/test_cls_flower_datasource.py diff --git a/tests/datasets/classification/data_sources/test_cls_image_list_datasource.py b/tests/test_datasets/classification/data_sources/test_cls_image_list_datasource.py similarity index 100% rename from tests/datasets/classification/data_sources/test_cls_image_list_datasource.py rename to tests/test_datasets/classification/data_sources/test_cls_image_list_datasource.py diff --git a/tests/datasets/classification/data_sources/test_cls_image_npy_datasource.py b/tests/test_datasets/classification/data_sources/test_cls_image_npy_datasource.py similarity index 100% rename from tests/datasets/classification/data_sources/test_cls_image_npy_datasource.py rename to tests/test_datasets/classification/data_sources/test_cls_image_npy_datasource.py diff --git a/tests/datasets/classification/data_sources/test_cls_imagenet_datasource.py b/tests/test_datasets/classification/data_sources/test_cls_imagenet_datasource.py similarity index 100% rename from tests/datasets/classification/data_sources/test_cls_imagenet_datasource.py rename to tests/test_datasets/classification/data_sources/test_cls_imagenet_datasource.py diff --git a/tests/datasets/classification/data_sources/test_cls_itag_datasource.py b/tests/test_datasets/classification/data_sources/test_cls_itag_datasource.py similarity index 100% rename from tests/datasets/classification/data_sources/test_cls_itag_datasource.py rename to tests/test_datasets/classification/data_sources/test_cls_itag_datasource.py diff --git a/tests/datasets/classification/data_sources/test_cls_mnist_datasource.py b/tests/test_datasets/classification/data_sources/test_cls_mnist_datasource.py similarity index 100% rename from tests/datasets/classification/data_sources/test_cls_mnist_datasource.py rename to tests/test_datasets/classification/data_sources/test_cls_mnist_datasource.py diff --git a/tests/datasets/classification/test_cls_raw_dataset.py b/tests/test_datasets/classification/test_cls_raw_dataset.py similarity index 100% rename from tests/datasets/classification/test_cls_raw_dataset.py rename to tests/test_datasets/classification/test_cls_raw_dataset.py diff --git a/tests/datasets/detection/__init__.py b/tests/test_datasets/detection/__init__.py similarity index 100% rename from tests/datasets/detection/__init__.py rename to tests/test_datasets/detection/__init__.py diff --git a/tests/datasets/detection/data_sources/__init__.py b/tests/test_datasets/detection/data_sources/__init__.py similarity index 100% rename from tests/datasets/detection/data_sources/__init__.py rename to tests/test_datasets/detection/data_sources/__init__.py diff --git a/tests/datasets/detection/data_sources/test_det_african_wildlife_datasource.py b/tests/test_datasets/detection/data_sources/test_det_african_wildlife_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_african_wildlife_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_african_wildlife_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_artaxor_datasource.py b/tests/test_datasets/detection/data_sources/test_det_artaxor_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_artaxor_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_artaxor_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_coco_datasource.py b/tests/test_datasets/detection/data_sources/test_det_coco_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_coco_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_coco_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_coco_lvis_datasource.py b/tests/test_datasets/detection/data_sources/test_det_coco_lvis_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_coco_lvis_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_coco_lvis_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_concat_datasource.py b/tests/test_datasets/detection/data_sources/test_det_concat_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_concat_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_concat_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_crowd_human_datasource.py b/tests/test_datasets/detection/data_sources/test_det_crowd_human_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_crowd_human_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_crowd_human_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_fruit_datasource.py b/tests/test_datasets/detection/data_sources/test_det_fruit_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_fruit_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_fruit_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_object365_datasource.py b/tests/test_datasets/detection/data_sources/test_det_object365_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_object365_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_object365_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_pai_format_datasource.py b/tests/test_datasets/detection/data_sources/test_det_pai_format_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_pai_format_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_pai_format_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_pet_datasource.py b/tests/test_datasets/detection/data_sources/test_det_pet_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_pet_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_pet_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_raw_datasource.py b/tests/test_datasets/detection/data_sources/test_det_raw_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_raw_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_raw_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_ting_person_datasource.py b/tests/test_datasets/detection/data_sources/test_det_ting_person_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_ting_person_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_ting_person_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_voc_datasource.py b/tests/test_datasets/detection/data_sources/test_det_voc_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_voc_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_voc_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_wider_face_datasource.py b/tests/test_datasets/detection/data_sources/test_det_wider_face_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_wider_face_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_wider_face_datasource.py diff --git a/tests/datasets/detection/data_sources/test_det_wider_person_datasource.py b/tests/test_datasets/detection/data_sources/test_det_wider_person_datasource.py similarity index 100% rename from tests/datasets/detection/data_sources/test_det_wider_person_datasource.py rename to tests/test_datasets/detection/data_sources/test_det_wider_person_datasource.py diff --git a/tests/datasets/detection/test_det_mix_dataset.py b/tests/test_datasets/detection/test_det_mix_dataset.py similarity index 100% rename from tests/datasets/detection/test_det_mix_dataset.py rename to tests/test_datasets/detection/test_det_mix_dataset.py diff --git a/tests/datasets/detection/test_det_raw_dataset.py b/tests/test_datasets/detection/test_det_raw_dataset.py similarity index 100% rename from tests/datasets/detection/test_det_raw_dataset.py rename to tests/test_datasets/detection/test_det_raw_dataset.py diff --git a/tests/datasets/detection3d/__init__.py b/tests/test_datasets/detection3d/__init__.py similarity index 100% rename from tests/datasets/detection3d/__init__.py rename to tests/test_datasets/detection3d/__init__.py diff --git a/tests/datasets/detection3d/test_nuscenes_dataset.py b/tests/test_datasets/detection3d/test_nuscenes_dataset.py similarity index 100% rename from tests/datasets/detection3d/test_nuscenes_dataset.py rename to tests/test_datasets/detection3d/test_nuscenes_dataset.py diff --git a/tests/datasets/ocr/__init__.py b/tests/test_datasets/ocr/__init__.py similarity index 100% rename from tests/datasets/ocr/__init__.py rename to tests/test_datasets/ocr/__init__.py diff --git a/tests/datasets/ocr/test_ocr_cls_dataset.py b/tests/test_datasets/ocr/test_ocr_cls_dataset.py similarity index 100% rename from tests/datasets/ocr/test_ocr_cls_dataset.py rename to tests/test_datasets/ocr/test_ocr_cls_dataset.py diff --git a/tests/datasets/ocr/test_ocr_det_dataset.py b/tests/test_datasets/ocr/test_ocr_det_dataset.py similarity index 100% rename from tests/datasets/ocr/test_ocr_det_dataset.py rename to tests/test_datasets/ocr/test_ocr_det_dataset.py diff --git a/tests/datasets/ocr/test_ocr_rec_dataset.py b/tests/test_datasets/ocr/test_ocr_rec_dataset.py similarity index 100% rename from tests/datasets/ocr/test_ocr_rec_dataset.py rename to tests/test_datasets/ocr/test_ocr_rec_dataset.py diff --git a/tests/datasets/pose/__init__.py b/tests/test_datasets/pose/__init__.py similarity index 100% rename from tests/datasets/pose/__init__.py rename to tests/test_datasets/pose/__init__.py diff --git a/tests/datasets/pose/data_sources/__init__.py b/tests/test_datasets/pose/data_sources/__init__.py similarity index 100% rename from tests/datasets/pose/data_sources/__init__.py rename to tests/test_datasets/pose/data_sources/__init__.py diff --git a/tests/datasets/pose/data_sources/test_coco_hand.py b/tests/test_datasets/pose/data_sources/test_coco_hand.py similarity index 100% rename from tests/datasets/pose/data_sources/test_coco_hand.py rename to tests/test_datasets/pose/data_sources/test_coco_hand.py diff --git a/tests/datasets/pose/data_sources/test_pose_coco_datasource.py b/tests/test_datasets/pose/data_sources/test_pose_coco_datasource.py similarity index 100% rename from tests/datasets/pose/data_sources/test_pose_coco_datasource.py rename to tests/test_datasets/pose/data_sources/test_pose_coco_datasource.py diff --git a/tests/datasets/pose/data_sources/test_pose_crowd_pose_datasource.py b/tests/test_datasets/pose/data_sources/test_pose_crowd_pose_datasource.py similarity index 100% rename from tests/datasets/pose/data_sources/test_pose_crowd_pose_datasource.py rename to tests/test_datasets/pose/data_sources/test_pose_crowd_pose_datasource.py diff --git a/tests/datasets/pose/data_sources/test_pose_mpii_datasource.py b/tests/test_datasets/pose/data_sources/test_pose_mpii_datasource.py similarity index 100% rename from tests/datasets/pose/data_sources/test_pose_mpii_datasource.py rename to tests/test_datasets/pose/data_sources/test_pose_mpii_datasource.py diff --git a/tests/datasets/pose/data_sources/test_pose_oc_human_datasource.py b/tests/test_datasets/pose/data_sources/test_pose_oc_human_datasource.py similarity index 100% rename from tests/datasets/pose/data_sources/test_pose_oc_human_datasource.py rename to tests/test_datasets/pose/data_sources/test_pose_oc_human_datasource.py diff --git a/tests/datasets/pose/data_sources/test_pose_top_down_datasource.py b/tests/test_datasets/pose/data_sources/test_pose_top_down_datasource.py similarity index 100% rename from tests/datasets/pose/data_sources/test_pose_top_down_datasource.py rename to tests/test_datasets/pose/data_sources/test_pose_top_down_datasource.py diff --git a/tests/datasets/pose/pipelines/test_transforms.py b/tests/test_datasets/pose/pipelines/test_transforms.py similarity index 100% rename from tests/datasets/pose/pipelines/test_transforms.py rename to tests/test_datasets/pose/pipelines/test_transforms.py diff --git a/tests/datasets/pose/test_coco_whole_body_hand_dataset.py b/tests/test_datasets/pose/test_coco_whole_body_hand_dataset.py similarity index 100% rename from tests/datasets/pose/test_coco_whole_body_hand_dataset.py rename to tests/test_datasets/pose/test_coco_whole_body_hand_dataset.py diff --git a/tests/datasets/pose/test_pose_top_down_dataset.py b/tests/test_datasets/pose/test_pose_top_down_dataset.py similarity index 100% rename from tests/datasets/pose/test_pose_top_down_dataset.py rename to tests/test_datasets/pose/test_pose_top_down_dataset.py diff --git a/tests/datasets/pose/test_wholebody_topdown_coco_dataset.py b/tests/test_datasets/pose/test_wholebody_topdown_coco_dataset.py similarity index 100% rename from tests/datasets/pose/test_wholebody_topdown_coco_dataset.py rename to tests/test_datasets/pose/test_wholebody_topdown_coco_dataset.py diff --git a/tests/datasets/segmentation/__init__.py b/tests/test_datasets/segmentation/__init__.py similarity index 100% rename from tests/datasets/segmentation/__init__.py rename to tests/test_datasets/segmentation/__init__.py diff --git a/tests/datasets/segmentation/data_sources/__init__.py b/tests/test_datasets/segmentation/data_sources/__init__.py similarity index 100% rename from tests/datasets/segmentation/data_sources/__init__.py rename to tests/test_datasets/segmentation/data_sources/__init__.py diff --git a/tests/datasets/segmentation/data_sources/test_seg_cityscapes_datasource.py b/tests/test_datasets/segmentation/data_sources/test_seg_cityscapes_datasource.py similarity index 100% rename from tests/datasets/segmentation/data_sources/test_seg_cityscapes_datasource.py rename to tests/test_datasets/segmentation/data_sources/test_seg_cityscapes_datasource.py diff --git a/tests/datasets/segmentation/data_sources/test_seg_coco_datasource.py b/tests/test_datasets/segmentation/data_sources/test_seg_coco_datasource.py similarity index 100% rename from tests/datasets/segmentation/data_sources/test_seg_coco_datasource.py rename to tests/test_datasets/segmentation/data_sources/test_seg_coco_datasource.py diff --git a/tests/datasets/segmentation/data_sources/test_seg_coco_stuff_datasource.py b/tests/test_datasets/segmentation/data_sources/test_seg_coco_stuff_datasource.py similarity index 100% rename from tests/datasets/segmentation/data_sources/test_seg_coco_stuff_datasource.py rename to tests/test_datasets/segmentation/data_sources/test_seg_coco_stuff_datasource.py diff --git a/tests/datasets/segmentation/data_sources/test_seg_raw_datasource.py b/tests/test_datasets/segmentation/data_sources/test_seg_raw_datasource.py similarity index 100% rename from tests/datasets/segmentation/data_sources/test_seg_raw_datasource.py rename to tests/test_datasets/segmentation/data_sources/test_seg_raw_datasource.py diff --git a/tests/datasets/segmentation/data_sources/test_seg_voc_datasource.py b/tests/test_datasets/segmentation/data_sources/test_seg_voc_datasource.py similarity index 100% rename from tests/datasets/segmentation/data_sources/test_seg_voc_datasource.py rename to tests/test_datasets/segmentation/data_sources/test_seg_voc_datasource.py diff --git a/tests/datasets/segmentation/test_seg_raw_dataset.py b/tests/test_datasets/segmentation/test_seg_raw_dataset.py similarity index 100% rename from tests/datasets/segmentation/test_seg_raw_dataset.py rename to tests/test_datasets/segmentation/test_seg_raw_dataset.py diff --git a/tests/datasets/selfsup/__init__.py b/tests/test_datasets/selfsup/__init__.py similarity index 100% rename from tests/datasets/selfsup/__init__.py rename to tests/test_datasets/selfsup/__init__.py diff --git a/tests/datasets/selfsup/data_sources/__init__.py b/tests/test_datasets/selfsup/data_sources/__init__.py similarity index 100% rename from tests/datasets/selfsup/data_sources/__init__.py rename to tests/test_datasets/selfsup/data_sources/__init__.py diff --git a/tests/datasets/selfsup/data_sources/test_ssl_image_list_datasource.py b/tests/test_datasets/selfsup/data_sources/test_ssl_image_list_datasource.py similarity index 100% rename from tests/datasets/selfsup/data_sources/test_ssl_image_list_datasource.py rename to tests/test_datasets/selfsup/data_sources/test_ssl_image_list_datasource.py diff --git a/tests/datasets/selfsup/data_sources/test_ssl_imagenet_feature_datasource.py b/tests/test_datasets/selfsup/data_sources/test_ssl_imagenet_feature_datasource.py similarity index 100% rename from tests/datasets/selfsup/data_sources/test_ssl_imagenet_feature_datasource.py rename to tests/test_datasets/selfsup/data_sources/test_ssl_imagenet_feature_datasource.py diff --git a/tests/datasets/shared/__init__.py b/tests/test_datasets/shared/__init__.py similarity index 100% rename from tests/datasets/shared/__init__.py rename to tests/test_datasets/shared/__init__.py diff --git a/tests/datasets/shared/pipelines/__init__.py b/tests/test_datasets/shared/pipelines/__init__.py similarity index 100% rename from tests/datasets/shared/pipelines/__init__.py rename to tests/test_datasets/shared/pipelines/__init__.py diff --git a/tests/datasets/shared/pipelines/test_transforms.py b/tests/test_datasets/shared/pipelines/test_transforms.py similarity index 100% rename from tests/datasets/shared/pipelines/test_transforms.py rename to tests/test_datasets/shared/pipelines/test_transforms.py diff --git a/tests/datasets/shared/test_dali_tfrecord_imagenet.py b/tests/test_datasets/shared/test_dali_tfrecord_imagenet.py similarity index 100% rename from tests/datasets/shared/test_dali_tfrecord_imagenet.py rename to tests/test_datasets/shared/test_dali_tfrecord_imagenet.py diff --git a/tests/datasets/shared/test_dali_tfrecord_multi_view.py b/tests/test_datasets/shared/test_dali_tfrecord_multi_view.py similarity index 100% rename from tests/datasets/shared/test_dali_tfrecord_multi_view.py rename to tests/test_datasets/shared/test_dali_tfrecord_multi_view.py diff --git a/tests/datasets/shared/test_multi_view.py b/tests/test_datasets/shared/test_multi_view.py similarity index 100% rename from tests/datasets/shared/test_multi_view.py rename to tests/test_datasets/shared/test_multi_view.py diff --git a/tests/datasets/shared/test_odps_dataset.py b/tests/test_datasets/shared/test_odps_dataset.py similarity index 100% rename from tests/datasets/shared/test_odps_dataset.py rename to tests/test_datasets/shared/test_odps_dataset.py diff --git a/tests/datasets/shared/test_raw.py b/tests/test_datasets/shared/test_raw.py similarity index 100% rename from tests/datasets/shared/test_raw.py rename to tests/test_datasets/shared/test_raw.py diff --git a/tests/datasets/shared/test_tfrecord_util.py b/tests/test_datasets/shared/test_tfrecord_util.py similarity index 100% rename from tests/datasets/shared/test_tfrecord_util.py rename to tests/test_datasets/shared/test_tfrecord_util.py diff --git a/tests/datasets/video_recognition/__init__.py b/tests/test_datasets/video_recognition/__init__.py similarity index 100% rename from tests/datasets/video_recognition/__init__.py rename to tests/test_datasets/video_recognition/__init__.py diff --git a/tests/datasets/video_recognition/test_videodataset.py b/tests/test_datasets/video_recognition/test_videodataset.py similarity index 100% rename from tests/datasets/video_recognition/test_videodataset.py rename to tests/test_datasets/video_recognition/test_videodataset.py diff --git a/tests/file/__init__.py b/tests/test_file/__init__.py similarity index 100% rename from tests/file/__init__.py rename to tests/test_file/__init__.py diff --git a/tests/file/test_file_io.py b/tests/test_file/test_file_io.py similarity index 100% rename from tests/file/test_file_io.py rename to tests/test_file/test_file_io.py diff --git a/tests/file/test_image.py b/tests/test_file/test_image.py similarity index 100% rename from tests/file/test_image.py rename to tests/test_file/test_image.py diff --git a/tests/framework/__init__.py b/tests/test_framework/__init__.py similarity index 100% rename from tests/framework/__init__.py rename to tests/test_framework/__init__.py diff --git a/tests/framework/test_errors.py b/tests/test_framework/test_errors.py similarity index 100% rename from tests/framework/test_errors.py rename to tests/test_framework/test_errors.py diff --git a/tests/hooks/__init__.py b/tests/test_hooks/__init__.py similarity index 100% rename from tests/hooks/__init__.py rename to tests/test_hooks/__init__.py diff --git a/tests/hooks/test_best_ckpt_saver_hook.py b/tests/test_hooks/test_best_ckpt_saver_hook.py similarity index 100% rename from tests/hooks/test_best_ckpt_saver_hook.py rename to tests/test_hooks/test_best_ckpt_saver_hook.py diff --git a/tests/hooks/test_byol_hook.py b/tests/test_hooks/test_byol_hook.py similarity index 100% rename from tests/hooks/test_byol_hook.py rename to tests/test_hooks/test_byol_hook.py diff --git a/tests/hooks/test_dino_hook.py b/tests/test_hooks/test_dino_hook.py similarity index 100% rename from tests/hooks/test_dino_hook.py rename to tests/test_hooks/test_dino_hook.py diff --git a/tests/hooks/test_ema_hook.py b/tests/test_hooks/test_ema_hook.py similarity index 100% rename from tests/hooks/test_ema_hook.py rename to tests/test_hooks/test_ema_hook.py diff --git a/tests/hooks/test_export_hook.py b/tests/test_hooks/test_export_hook.py similarity index 100% rename from tests/hooks/test_export_hook.py rename to tests/test_hooks/test_export_hook.py diff --git a/tests/hooks/test_oss_sync_hook.py b/tests/test_hooks/test_oss_sync_hook.py similarity index 100% rename from tests/hooks/test_oss_sync_hook.py rename to tests/test_hooks/test_oss_sync_hook.py diff --git a/tests/hooks/test_swav_hook.py b/tests/test_hooks/test_swav_hook.py similarity index 100% rename from tests/hooks/test_swav_hook.py rename to tests/test_hooks/test_swav_hook.py diff --git a/tests/hooks/test_sync_norm_hook.py b/tests/test_hooks/test_sync_norm_hook.py similarity index 100% rename from tests/hooks/test_sync_norm_hook.py rename to tests/test_hooks/test_sync_norm_hook.py diff --git a/tests/hooks/test_sync_random_size_hook.py b/tests/test_hooks/test_sync_random_size_hook.py similarity index 100% rename from tests/hooks/test_sync_random_size_hook.py rename to tests/test_hooks/test_sync_random_size_hook.py diff --git a/tests/models/__init__.py b/tests/test_models/__init__.py similarity index 100% rename from tests/models/__init__.py rename to tests/test_models/__init__.py diff --git a/tests/models/backbones/__init__.py b/tests/test_models/backbones/__init__.py similarity index 100% rename from tests/models/backbones/__init__.py rename to tests/test_models/backbones/__init__.py diff --git a/tests/models/backbones/test_benchmark_mlp.py b/tests/test_models/backbones/test_benchmark_mlp.py similarity index 100% rename from tests/models/backbones/test_benchmark_mlp.py rename to tests/test_models/backbones/test_benchmark_mlp.py diff --git a/tests/models/backbones/test_bninception.py b/tests/test_models/backbones/test_bninception.py similarity index 100% rename from tests/models/backbones/test_bninception.py rename to tests/test_models/backbones/test_bninception.py diff --git a/tests/models/backbones/test_deitiii.py b/tests/test_models/backbones/test_deitiii.py similarity index 100% rename from tests/models/backbones/test_deitiii.py rename to tests/test_models/backbones/test_deitiii.py diff --git a/tests/models/backbones/test_edgevit.py b/tests/test_models/backbones/test_edgevit.py similarity index 100% rename from tests/models/backbones/test_edgevit.py rename to tests/test_models/backbones/test_edgevit.py diff --git a/tests/models/backbones/test_efficientformer.py b/tests/test_models/backbones/test_efficientformer.py similarity index 100% rename from tests/models/backbones/test_efficientformer.py rename to tests/test_models/backbones/test_efficientformer.py diff --git a/tests/models/backbones/test_genet.py b/tests/test_models/backbones/test_genet.py similarity index 100% rename from tests/models/backbones/test_genet.py rename to tests/test_models/backbones/test_genet.py diff --git a/tests/models/backbones/test_hrnet.py b/tests/test_models/backbones/test_hrnet.py similarity index 100% rename from tests/models/backbones/test_hrnet.py rename to tests/test_models/backbones/test_hrnet.py diff --git a/tests/models/backbones/test_hydraAttention.py b/tests/test_models/backbones/test_hydraAttention.py similarity index 100% rename from tests/models/backbones/test_hydraAttention.py rename to tests/test_models/backbones/test_hydraAttention.py diff --git a/tests/models/backbones/test_inceptionv3.py b/tests/test_models/backbones/test_inceptionv3.py similarity index 100% rename from tests/models/backbones/test_inceptionv3.py rename to tests/test_models/backbones/test_inceptionv3.py diff --git a/tests/models/backbones/test_lighthrnet.py b/tests/test_models/backbones/test_lighthrnet.py similarity index 100% rename from tests/models/backbones/test_lighthrnet.py rename to tests/test_models/backbones/test_lighthrnet.py diff --git a/tests/models/backbones/test_mae_vit_transformer.py b/tests/test_models/backbones/test_mae_vit_transformer.py similarity index 100% rename from tests/models/backbones/test_mae_vit_transformer.py rename to tests/test_models/backbones/test_mae_vit_transformer.py diff --git a/tests/models/backbones/test_mnasnet.py b/tests/test_models/backbones/test_mnasnet.py similarity index 100% rename from tests/models/backbones/test_mnasnet.py rename to tests/test_models/backbones/test_mnasnet.py diff --git a/tests/models/backbones/test_mobilenetv2.py b/tests/test_models/backbones/test_mobilenetv2.py similarity index 100% rename from tests/models/backbones/test_mobilenetv2.py rename to tests/test_models/backbones/test_mobilenetv2.py diff --git a/tests/models/backbones/test_pytorch_image_models_wrapper.py b/tests/test_models/backbones/test_pytorch_image_models_wrapper.py similarity index 100% rename from tests/models/backbones/test_pytorch_image_models_wrapper.py rename to tests/test_models/backbones/test_pytorch_image_models_wrapper.py diff --git a/tests/models/backbones/test_resnest.py b/tests/test_models/backbones/test_resnest.py similarity index 100% rename from tests/models/backbones/test_resnest.py rename to tests/test_models/backbones/test_resnest.py diff --git a/tests/models/backbones/test_resnet.py b/tests/test_models/backbones/test_resnet.py similarity index 100% rename from tests/models/backbones/test_resnet.py rename to tests/test_models/backbones/test_resnet.py diff --git a/tests/models/backbones/test_resnext.py b/tests/test_models/backbones/test_resnext.py similarity index 100% rename from tests/models/backbones/test_resnext.py rename to tests/test_models/backbones/test_resnext.py diff --git a/tests/models/backbones/test_swintransformer3d.py b/tests/test_models/backbones/test_swintransformer3d.py similarity index 100% rename from tests/models/backbones/test_swintransformer3d.py rename to tests/test_models/backbones/test_swintransformer3d.py diff --git a/tests/models/backbones/test_vitdet.py b/tests/test_models/backbones/test_vitdet.py similarity index 100% rename from tests/models/backbones/test_vitdet.py rename to tests/test_models/backbones/test_vitdet.py diff --git a/tests/models/backbones/test_x3d.py b/tests/test_models/backbones/test_x3d.py similarity index 100% rename from tests/models/backbones/test_x3d.py rename to tests/test_models/backbones/test_x3d.py diff --git a/tests/models/classification/__init__.py b/tests/test_models/classification/__init__.py similarity index 100% rename from tests/models/classification/__init__.py rename to tests/test_models/classification/__init__.py diff --git a/tests/models/classification/test_classification.py b/tests/test_models/classification/test_classification.py similarity index 100% rename from tests/models/classification/test_classification.py rename to tests/test_models/classification/test_classification.py diff --git a/tests/models/detection/__init__.py b/tests/test_models/detection/__init__.py similarity index 100% rename from tests/models/detection/__init__.py rename to tests/test_models/detection/__init__.py diff --git a/tests/models/detection/detr/__init__.py b/tests/test_models/detection/detr/__init__.py similarity index 100% rename from tests/models/detection/detr/__init__.py rename to tests/test_models/detection/detr/__init__.py diff --git a/tests/models/detection/detr/test_detr.py b/tests/test_models/detection/detr/test_detr.py similarity index 100% rename from tests/models/detection/detr/test_detr.py rename to tests/test_models/detection/detr/test_detr.py diff --git a/tests/models/detection/fcos/__init__.py b/tests/test_models/detection/fcos/__init__.py similarity index 100% rename from tests/models/detection/fcos/__init__.py rename to tests/test_models/detection/fcos/__init__.py diff --git a/tests/models/detection/fcos/test_fcos.py b/tests/test_models/detection/fcos/test_fcos.py similarity index 100% rename from tests/models/detection/fcos/test_fcos.py rename to tests/test_models/detection/fcos/test_fcos.py diff --git a/tests/models/detection/yolox/__init__.py b/tests/test_models/detection/yolox/__init__.py similarity index 100% rename from tests/models/detection/yolox/__init__.py rename to tests/test_models/detection/yolox/__init__.py diff --git a/tests/models/detection/yolox/test_yolox.py b/tests/test_models/detection/yolox/test_yolox.py similarity index 100% rename from tests/models/detection/yolox/test_yolox.py rename to tests/test_models/detection/yolox/test_yolox.py diff --git a/tests/models/detection/yolox_edge/__init__.py b/tests/test_models/detection/yolox_edge/__init__.py similarity index 100% rename from tests/models/detection/yolox_edge/__init__.py rename to tests/test_models/detection/yolox_edge/__init__.py diff --git a/tests/models/detection/yolox_edge/test_yolox_edge.py b/tests/test_models/detection/yolox_edge/test_yolox_edge.py similarity index 100% rename from tests/models/detection/yolox_edge/test_yolox_edge.py rename to tests/test_models/detection/yolox_edge/test_yolox_edge.py diff --git a/tests/models/detection3d/__init__.py b/tests/test_models/detection3d/__init__.py similarity index 100% rename from tests/models/detection3d/__init__.py rename to tests/test_models/detection3d/__init__.py diff --git a/tests/models/detection3d/test_bevformer.py b/tests/test_models/detection3d/test_bevformer.py similarity index 100% rename from tests/models/detection3d/test_bevformer.py rename to tests/test_models/detection3d/test_bevformer.py diff --git a/tests/models/heads/__init__.py b/tests/test_models/heads/__init__.py similarity index 100% rename from tests/models/heads/__init__.py rename to tests/test_models/heads/__init__.py diff --git a/tests/models/heads/test_cls_head.py b/tests/test_models/heads/test_cls_head.py similarity index 100% rename from tests/models/heads/test_cls_head.py rename to tests/test_models/heads/test_cls_head.py diff --git a/tests/models/pose/__init__.py b/tests/test_models/pose/__init__.py similarity index 100% rename from tests/models/pose/__init__.py rename to tests/test_models/pose/__init__.py diff --git a/tests/models/pose/test_top_down.py b/tests/test_models/pose/test_top_down.py similarity index 100% rename from tests/models/pose/test_top_down.py rename to tests/test_models/pose/test_top_down.py diff --git a/tests/models/segmentation/__init__.py b/tests/test_models/segmentation/__init__.py similarity index 100% rename from tests/models/segmentation/__init__.py rename to tests/test_models/segmentation/__init__.py diff --git a/tests/models/segmentation/heads/__init__.py b/tests/test_models/segmentation/heads/__init__.py similarity index 100% rename from tests/models/segmentation/heads/__init__.py rename to tests/test_models/segmentation/heads/__init__.py diff --git a/tests/models/segmentation/heads/test_fcn_head.py b/tests/test_models/segmentation/heads/test_fcn_head.py similarity index 100% rename from tests/models/segmentation/heads/test_fcn_head.py rename to tests/test_models/segmentation/heads/test_fcn_head.py diff --git a/tests/models/segmentation/heads/test_uper_head.py b/tests/test_models/segmentation/heads/test_uper_head.py similarity index 100% rename from tests/models/segmentation/heads/test_uper_head.py rename to tests/test_models/segmentation/heads/test_uper_head.py diff --git a/tests/models/segmentation/test_stdc.py b/tests/test_models/segmentation/test_stdc.py similarity index 100% rename from tests/models/segmentation/test_stdc.py rename to tests/test_models/segmentation/test_stdc.py diff --git a/tests/models/selfsup/__init__.py b/tests/test_models/selfsup/__init__.py similarity index 100% rename from tests/models/selfsup/__init__.py rename to tests/test_models/selfsup/__init__.py diff --git a/tests/models/selfsup/test_byol.py b/tests/test_models/selfsup/test_byol.py similarity index 100% rename from tests/models/selfsup/test_byol.py rename to tests/test_models/selfsup/test_byol.py diff --git a/tests/models/selfsup/test_dino.py b/tests/test_models/selfsup/test_dino.py similarity index 100% rename from tests/models/selfsup/test_dino.py rename to tests/test_models/selfsup/test_dino.py diff --git a/tests/models/selfsup/test_mae.py b/tests/test_models/selfsup/test_mae.py similarity index 100% rename from tests/models/selfsup/test_mae.py rename to tests/test_models/selfsup/test_mae.py diff --git a/tests/models/selfsup/test_mixco.py b/tests/test_models/selfsup/test_mixco.py similarity index 100% rename from tests/models/selfsup/test_mixco.py rename to tests/test_models/selfsup/test_mixco.py diff --git a/tests/models/selfsup/test_moby.py b/tests/test_models/selfsup/test_moby.py similarity index 100% rename from tests/models/selfsup/test_moby.py rename to tests/test_models/selfsup/test_moby.py diff --git a/tests/models/selfsup/test_moco.py b/tests/test_models/selfsup/test_moco.py similarity index 100% rename from tests/models/selfsup/test_moco.py rename to tests/test_models/selfsup/test_moco.py diff --git a/tests/models/selfsup/test_simclr.py b/tests/test_models/selfsup/test_simclr.py similarity index 100% rename from tests/models/selfsup/test_simclr.py rename to tests/test_models/selfsup/test_simclr.py diff --git a/tests/models/selfsup/test_swav.py b/tests/test_models/selfsup/test_swav.py similarity index 100% rename from tests/models/selfsup/test_swav.py rename to tests/test_models/selfsup/test_swav.py diff --git a/tests/models/video_recognition/__init__.py b/tests/test_models/video_recognition/__init__.py similarity index 100% rename from tests/models/video_recognition/__init__.py rename to tests/test_models/video_recognition/__init__.py diff --git a/tests/models/video_recognition/test_recognizer3d.py b/tests/test_models/video_recognition/test_recognizer3d.py similarity index 100% rename from tests/models/video_recognition/test_recognizer3d.py rename to tests/test_models/video_recognition/test_recognizer3d.py diff --git a/tests/models/video_recognition/test_stdcn.py b/tests/test_models/video_recognition/test_stdcn.py similarity index 100% rename from tests/models/video_recognition/test_stdcn.py rename to tests/test_models/video_recognition/test_stdcn.py diff --git a/tests/predictors/__init__.py b/tests/test_predictors/__init__.py similarity index 100% rename from tests/predictors/__init__.py rename to tests/test_predictors/__init__.py diff --git a/tests/predictors/test_bevformer_predictor.py b/tests/test_predictors/test_bevformer_predictor.py similarity index 100% rename from tests/predictors/test_bevformer_predictor.py rename to tests/test_predictors/test_bevformer_predictor.py diff --git a/tests/predictors/test_classifier.py b/tests/test_predictors/test_classifier.py similarity index 100% rename from tests/predictors/test_classifier.py rename to tests/test_predictors/test_classifier.py diff --git a/tests/predictors/test_detector.py b/tests/test_predictors/test_detector.py similarity index 100% rename from tests/predictors/test_detector.py rename to tests/test_predictors/test_detector.py diff --git a/tests/predictors/test_detector_blade.py b/tests/test_predictors/test_detector_blade.py similarity index 100% rename from tests/predictors/test_detector_blade.py rename to tests/test_predictors/test_detector_blade.py diff --git a/tests/predictors/test_detector_easy_infer.py b/tests/test_predictors/test_detector_easy_infer.py similarity index 100% rename from tests/predictors/test_detector_easy_infer.py rename to tests/test_predictors/test_detector_easy_infer.py diff --git a/tests/predictors/test_face_keypoints_predictor.py b/tests/test_predictors/test_face_keypoints_predictor.py similarity index 100% rename from tests/predictors/test_face_keypoints_predictor.py rename to tests/test_predictors/test_face_keypoints_predictor.py diff --git a/tests/predictors/test_feature_extractor.py b/tests/test_predictors/test_feature_extractor.py similarity index 100% rename from tests/predictors/test_feature_extractor.py rename to tests/test_predictors/test_feature_extractor.py diff --git a/tests/predictors/test_hand_keypoints_predictor.py b/tests/test_predictors/test_hand_keypoints_predictor.py similarity index 100% rename from tests/predictors/test_hand_keypoints_predictor.py rename to tests/test_predictors/test_hand_keypoints_predictor.py diff --git a/tests/predictors/test_mot_predictor.py b/tests/test_predictors/test_mot_predictor.py similarity index 100% rename from tests/predictors/test_mot_predictor.py rename to tests/test_predictors/test_mot_predictor.py diff --git a/tests/predictors/test_ocr_predictor.py b/tests/test_predictors/test_ocr_predictor.py similarity index 100% rename from tests/predictors/test_ocr_predictor.py rename to tests/test_predictors/test_ocr_predictor.py diff --git a/tests/predictors/test_pose_predictor.py b/tests/test_predictors/test_pose_predictor.py similarity index 100% rename from tests/predictors/test_pose_predictor.py rename to tests/test_predictors/test_pose_predictor.py diff --git a/tests/predictors/test_reid_predictor.py b/tests/test_predictors/test_reid_predictor.py similarity index 100% rename from tests/predictors/test_reid_predictor.py rename to tests/test_predictors/test_reid_predictor.py diff --git a/tests/predictors/test_segmentation.py b/tests/test_predictors/test_segmentation.py similarity index 100% rename from tests/predictors/test_segmentation.py rename to tests/test_predictors/test_segmentation.py diff --git a/tests/predictors/test_video_classifier.py b/tests/test_predictors/test_video_classifier.py similarity index 100% rename from tests/predictors/test_video_classifier.py rename to tests/test_predictors/test_video_classifier.py diff --git a/tests/predictors/test_wholebody_keypoints_predictor.py b/tests/test_predictors/test_wholebody_keypoints_predictor.py similarity index 100% rename from tests/predictors/test_wholebody_keypoints_predictor.py rename to tests/test_predictors/test_wholebody_keypoints_predictor.py diff --git a/tests/toolkit/__init__.py b/tests/test_toolkit/__init__.py similarity index 100% rename from tests/toolkit/__init__.py rename to tests/test_toolkit/__init__.py diff --git a/tests/toolkit/torchacc/__init__.py b/tests/test_toolkit/torchacc/__init__.py similarity index 100% rename from tests/toolkit/torchacc/__init__.py rename to tests/test_toolkit/torchacc/__init__.py diff --git a/tests/toolkit/torchacc/test_convert_ops.py b/tests/test_toolkit/torchacc/test_convert_ops.py similarity index 100% rename from tests/toolkit/torchacc/test_convert_ops.py rename to tests/test_toolkit/torchacc/test_convert_ops.py diff --git a/tests/tools/__init__.py b/tests/test_tools/__init__.py similarity index 100% rename from tests/tools/__init__.py rename to tests/test_tools/__init__.py diff --git a/tests/tools/test_classification_train.py b/tests/test_tools/test_classification_train.py similarity index 100% rename from tests/tools/test_classification_train.py rename to tests/test_tools/test_classification_train.py diff --git a/tests/tools/test_eval.py b/tests/test_tools/test_eval.py similarity index 100% rename from tests/tools/test_eval.py rename to tests/test_tools/test_eval.py diff --git a/tests/tools/test_mae_train.py b/tests/test_tools/test_mae_train.py similarity index 100% rename from tests/tools/test_mae_train.py rename to tests/test_tools/test_mae_train.py diff --git a/tests/tools/test_mask2former_train.py b/tests/test_tools/test_mask2former_train.py similarity index 100% rename from tests/tools/test_mask2former_train.py rename to tests/test_tools/test_mask2former_train.py diff --git a/tests/tools/test_pose_train.py b/tests/test_tools/test_pose_train.py similarity index 100% rename from tests/tools/test_pose_train.py rename to tests/test_tools/test_pose_train.py diff --git a/tests/tools/test_predict.py b/tests/test_tools/test_predict.py similarity index 100% rename from tests/tools/test_predict.py rename to tests/test_tools/test_predict.py diff --git a/tests/tools/test_prune.py b/tests/test_tools/test_prune.py similarity index 100% rename from tests/tools/test_prune.py rename to tests/test_tools/test_prune.py diff --git a/tests/tools/test_quantize.py b/tests/test_tools/test_quantize.py similarity index 100% rename from tests/tools/test_quantize.py rename to tests/test_tools/test_quantize.py diff --git a/tests/tools/test_yolox_train.py b/tests/test_tools/test_yolox_train.py similarity index 100% rename from tests/tools/test_yolox_train.py rename to tests/test_tools/test_yolox_train.py diff --git a/tests/utils/__init__.py b/tests/test_utils/__init__.py similarity index 100% rename from tests/utils/__init__.py rename to tests/test_utils/__init__.py diff --git a/tests/utils/test_bbox_util.py b/tests/test_utils/test_bbox_util.py similarity index 100% rename from tests/utils/test_bbox_util.py rename to tests/test_utils/test_bbox_util.py diff --git a/tests/utils/test_json_utils.py b/tests/test_utils/test_json_utils.py similarity index 100% rename from tests/utils/test_json_utils.py rename to tests/test_utils/test_json_utils.py diff --git a/tests/utils/test_mmlab_utils.py b/tests/test_utils/test_mmlab_utils.py similarity index 100% rename from tests/utils/test_mmlab_utils.py rename to tests/test_utils/test_mmlab_utils.py diff --git a/tests/utils/test_ms_utils.py b/tests/test_utils/test_ms_utils.py similarity index 100% rename from tests/utils/test_ms_utils.py rename to tests/test_utils/test_ms_utils.py