Parcourir la source

Updated test_backend.sh

maziggy il y a 6 mois
Parent
commit
6e2788517c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 ..