Files
FastDeploy/tests/cov_pytest.ini
YUNSHEN XIE 85afa72763 fix publish task (#3635)
* fix publish task

* disable ut
2025-08-27 11:14:53 +08:00

33 lines
1.1 KiB
INI

[pytest]
# 跳过目录
addopts =
--ignore=ci_use
--ignore=ce
--ignore=layers/test_append_attention.py
--ignore=layers/test_attention.py
--ignore=operators/test_rejection_top_p_sampling.py
--ignore=operators/test_perchannel_gemm.py
--ignore=operators/test_scaled_gemm_f8_i4_f16.py
--ignore=operators/test_topp_sampling.py
--ignore=operators/test_stop_generation.py
--ignore=operators/test_air_topp_sampling.py
--ignore=operators/test_fused_moe.py
--ignore=operators/test_stop_generation_multi_ends.py
--ignore=graph_optimization/test_cuda_graph.py
--ignore=graph_optimization/test_cuda_graph_dynamic_subgraph.py
--ignore=graph_optimization/test_cuda_graph_spec_decode
--ignore=layers/test_quant_layer.py
--ignore=operators/test_token_penalty.py
--ignore=operators/test_split_fuse.py
--ignore=operators/test_flash_mask_attn.py
--ignore=operators/test_w4afp8_gemm.py
--ignore=operators/test_tree_mask.py
--ignore=model_loader/test_common_model.py
--cov=fastdeploy
--cov-branch
--cov-append
--cov-report=
# 输出更详细的结果
console_output_style = progress