diff --git a/python/sglang/test/attention/__init__.py b/python/sglang/test/attention/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/python/sglang/test/longbench_v2/__init__.py b/python/sglang/test/longbench_v2/__init__.py deleted file mode 100644 index a04743c16..000000000 --- a/python/sglang/test/longbench_v2/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""LongBench-v2 auxiliary utilities and validation scripts.""" diff --git a/python/sglang/test/ascend/disaggregation_utils.py b/test/manual/ascend/disaggregation_utils.py similarity index 100% rename from python/sglang/test/ascend/disaggregation_utils.py rename to test/manual/ascend/disaggregation_utils.py diff --git a/python/sglang/test/ascend/test_ascend_vocab_mask.py b/test/manual/ascend/test_ascend_vocab_mask.py similarity index 100% rename from python/sglang/test/ascend/test_ascend_vocab_mask.py rename to test/manual/ascend/test_ascend_vocab_mask.py diff --git a/python/sglang/test/attention/test_flashattn_backend.py b/test/manual/attention/test_flashattn_backend.py similarity index 100% rename from python/sglang/test/attention/test_flashattn_backend.py rename to test/manual/attention/test_flashattn_backend.py diff --git a/python/sglang/test/attention/test_flashattn_mla_backend.py b/test/manual/attention/test_flashattn_mla_backend.py similarity index 100% rename from python/sglang/test/attention/test_flashattn_mla_backend.py rename to test/manual/attention/test_flashattn_mla_backend.py diff --git a/python/sglang/test/attention/test_prefix_chunk_info.py b/test/manual/attention/test_prefix_chunk_info.py similarity index 100% rename from python/sglang/test/attention/test_prefix_chunk_info.py rename to test/manual/attention/test_prefix_chunk_info.py diff --git a/python/sglang/test/attention/test_trtllm_mla_backend.py b/test/manual/attention/test_trtllm_mla_backend.py similarity index 100% rename from python/sglang/test/attention/test_trtllm_mla_backend.py rename to test/manual/attention/test_trtllm_mla_backend.py diff --git a/python/sglang/test/test_dynamic_grad_mode.py b/test/manual/core/test_dynamic_grad_mode.py similarity index 100% rename from python/sglang/test/test_dynamic_grad_mode.py rename to test/manual/core/test_dynamic_grad_mode.py diff --git a/python/sglang/test/get_logits_ut.py b/test/manual/debug_utils/get_logits_ut.py similarity index 100% rename from python/sglang/test/get_logits_ut.py rename to test/manual/debug_utils/get_logits_ut.py diff --git a/python/sglang/test/ci/run_with_retry.py b/test/manual/debug_utils/run_with_retry.py similarity index 100% rename from python/sglang/test/ci/run_with_retry.py rename to test/manual/debug_utils/run_with_retry.py diff --git a/python/sglang/test/test_dump_metric.py b/test/manual/debug_utils/test_dump_metric.py similarity index 100% rename from python/sglang/test/test_dump_metric.py rename to test/manual/debug_utils/test_dump_metric.py diff --git a/python/sglang/test/test_flashinfer_dispatcher.py b/test/manual/ep/test_flashinfer_dispatcher.py similarity index 100% rename from python/sglang/test/test_flashinfer_dispatcher.py rename to test/manual/ep/test_flashinfer_dispatcher.py diff --git a/python/sglang/test/longbench_v2/longbench_v2_evaluation.md b/test/manual/eval/longbench_v2_evaluation.md similarity index 100% rename from python/sglang/test/longbench_v2/longbench_v2_evaluation.md rename to test/manual/eval/longbench_v2_evaluation.md diff --git a/python/sglang/test/longbench_v2/test_longbench_v2_eval.py b/test/manual/eval/test_longbench_v2_eval.py similarity index 100% rename from python/sglang/test/longbench_v2/test_longbench_v2_eval.py rename to test/manual/eval/test_longbench_v2_eval.py diff --git a/python/sglang/test/longbench_v2/validate_longbench_v2.py b/test/manual/eval/validate_longbench_v2.py similarity index 100% rename from python/sglang/test/longbench_v2/validate_longbench_v2.py rename to test/manual/eval/validate_longbench_v2.py diff --git a/python/sglang/test/longbench_v2/validate_longbench_v2_standalone.py b/test/manual/eval/validate_longbench_v2_standalone.py similarity index 100% rename from python/sglang/test/longbench_v2/validate_longbench_v2_standalone.py rename to test/manual/eval/validate_longbench_v2_standalone.py diff --git a/python/sglang/test/bench_mxfp4_sm90_kernels.py b/test/manual/layers/moe/bench_mxfp4_sm90_kernels.py similarity index 100% rename from python/sglang/test/bench_mxfp4_sm90_kernels.py rename to test/manual/layers/moe/bench_mxfp4_sm90_kernels.py diff --git a/python/sglang/test/test_activation.py b/test/manual/layers/test_activation.py similarity index 100% rename from python/sglang/test/test_activation.py rename to test/manual/layers/test_activation.py diff --git a/python/sglang/test/test_layernorm.py b/test/manual/layers/test_layernorm.py similarity index 100% rename from python/sglang/test/test_layernorm.py rename to test/manual/layers/test_layernorm.py diff --git a/python/sglang/test/test_block_fp8.py b/test/manual/quant/test_block_fp8.py similarity index 100% rename from python/sglang/test/test_block_fp8.py rename to test/manual/quant/test_block_fp8.py diff --git a/python/sglang/test/test_block_fp8_deep_gemm_blackwell.py b/test/manual/quant/test_block_fp8_deep_gemm_blackwell.py similarity index 100% rename from python/sglang/test/test_block_fp8_deep_gemm_blackwell.py rename to test/manual/quant/test_block_fp8_deep_gemm_blackwell.py diff --git a/python/sglang/test/test_custom_ops.py b/test/manual/quant/test_custom_ops.py similarity index 100% rename from python/sglang/test/test_custom_ops.py rename to test/manual/quant/test_custom_ops.py diff --git a/python/sglang/test/test_cutlass_moe.py b/test/manual/quant/test_cutlass_moe.py similarity index 100% rename from python/sglang/test/test_cutlass_moe.py rename to test/manual/quant/test_cutlass_moe.py diff --git a/python/sglang/test/test_cutlass_w16a16_moe.py b/test/manual/quant/test_cutlass_w16a16_moe.py similarity index 100% rename from python/sglang/test/test_cutlass_w16a16_moe.py rename to test/manual/quant/test_cutlass_w16a16_moe.py diff --git a/python/sglang/test/test_cutlass_w4a8_moe.py b/test/manual/quant/test_cutlass_w4a8_moe.py similarity index 100% rename from python/sglang/test/test_cutlass_w4a8_moe.py rename to test/manual/quant/test_cutlass_w4a8_moe.py diff --git a/python/sglang/test/test_kvfp4_quant_dequant.py b/test/manual/quant/test_kvfp4_quant_dequant.py similarity index 100% rename from python/sglang/test/test_kvfp4_quant_dequant.py rename to test/manual/quant/test_kvfp4_quant_dequant.py diff --git a/python/sglang/test/speculative/test_spec_utils.py b/test/manual/spec/test_spec_utils.py similarity index 100% rename from python/sglang/test/speculative/test_spec_utils.py rename to test/manual/spec/test_spec_utils.py diff --git a/python/sglang/test/test_mm_utils.py b/test/manual/vlm/test_mm_utils.py similarity index 100% rename from python/sglang/test/test_mm_utils.py rename to test/manual/vlm/test_mm_utils.py