Skip to content
Snippets Groups Projects
Commit c4d2f24e authored by Jonas's avatar Jonas
Browse files

Setting: Increased Verbosity level of local test runs

parent 3da83528
No related branches found
No related tags found
1 merge request!18Resolve "Integrate Python Unittests with GitlabCI"
Pipeline #743234 passed
......@@ -2,7 +2,7 @@
TOPDIR=$(cd `dirname $0` && echo `pwd`"/Script" )
STARTDIR=$(echo $TOPDIR"/UnitTests")
python -m unittest discover -t $TOPDIR -s $STARTDIR -p "Test_*.py" -f
python -m unittest discover -t $TOPDIR -s $STARTDIR -p "Test_*.py" -f --verbose
#for Gitlab CI:
# python -m unittest discover --top-level-directory "Script/" --start-directory "Script/UnitTests/" --pattern "Test_*.py" --verbose
\ No newline at end of file
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