trenne das Laden der .env pip libraries von dem Setzen der Umgebung. setenv.bat enthält jetzt bei Bedarf den python Interpreter auf dem Share

This commit is contained in:
2026-01-28 15:41:27 +01:00
parent 85132193dd
commit e8c6b17ea9
5 changed files with 31 additions and 25 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ if %ERRORLEVEL% NEQ 0 (
pause
exit /B 1
)
python -m unittest discover -t %PROJECT_LIB% -s lib\Elemente -p "*_tests.py" -v
echo python -m unittest discover -t %PROJECT_LIB% -s %PROJECT_LIB%\Elemente -p "*_tests.py" -v
"%VIRTUAL_ENV%\Scripts\python.exe" -m unittest discover -t %PROJECT_LIB% -s %PROJECT_LIB%\Elemente -p "*_tests.py" -v
if %ERRORLEVEL% NEQ 0 (
echo.
echo Tests failed!