Skip to content
Snippets Groups Projects
runtests.bat 138 B
Newer Older
Benjamin Jakimow's avatar
Benjamin Jakimow committed

::mkdir test-reports
set CI=True
@echo off
call :sub >test-report.txt
exit /b

:sub
python -m nose2 --verbose discover tests "test_*.py"