|
@@ -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 ..
|