8 lines
215 B
Batchfile
8 lines
215 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
echo ========================================
|
|
echo 运行采购相关测试用例
|
|
echo ========================================
|
|
python run_tests.py --dir "接口/SZPurchase" --report
|
|
pause
|