@echo off REM ================================================================ REM Fuehrt die unittest-Suite in tests/ aus REM ================================================================ call "%~dp0setenv.bat" python -m unittest discover -s "%PLATZ%\tests" -p "test_*.py" -v