Browse Source

Updated test_backend.sh

maziggy 2 months ago
parent
commit
6e2788517c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test_backend.sh

+ 2 - 2
test_backend.sh

@@ -4,8 +4,8 @@ cd backend
 ruff check && ruff format --check
 ruff check && ruff format --check
 
 
 #if [ "$1" = "--full" ]; then
 #if [ "$1" = "--full" ]; then
-#  ../venv/bin/python3 -m pytest tests/ -v -n 14
+../venv/bin/python3 -m pytest tests/ -v -n 30
 #else
 #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
 #fi
 #cd ..
 #cd ..