Skip to content
Snippets Groups Projects
Commit 7d168129 authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

added runtests.bat


Signed-off-by: Benjamin Jakimow's avatarbenjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de>
parent dab49405
No related branches found
No related tags found
No related merge requests found
::mkdir test-reports
set CI=True
@echo off
call :sub >test-report.txt
exit /b
:sub
python -m nose2 --verbose discover tests "test_*.py"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment