瀏覽代碼

Updated test_backend.sh

maziggy 6 月之前
父節點
當前提交
6e2788517c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      test_backend.sh

+ 2 - 2
test_backend.sh

@@ -4,8 +4,8 @@ cd backend
 ruff check && ruff format --check
 
 #if [ "$1" = "--full" ]; then
-#  ../venv/bin/python3 -m pytest tests/ -v -n 14
+../venv/bin/python3 -m pytest tests/ -v -n 30
 #else
-../venv/bin/python3 -m pytest tests/ -v -n 14 --ignore=tests/unit/services/test_bambu_ftp.py
+#../venv/bin/python3 -m pytest tests/ -v -n 30 --ignore=tests/unit/services/test_bambu_ftp.py
 #fi
 #cd ..