Skip to content
Snippets Groups Projects
Commit be9f961d authored by inso's avatar inso
Browse files

Use -t parameter

parent 32ba326a
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ pyrcc5 -version
lrelease -version
python -m unittest discover --start-directory src/sakia/tests
python -m unittest discover --start-directory src/sakia/tests -t src
if %errorlevel% neq 0 exit /b 1
\ No newline at end of file
......@@ -14,6 +14,5 @@ then
sleep 3
fi
PYTHONPATH=$HOME/build/ucoin-io/sakia/src coverage run --source=sakia.core,sakia.gui,sakia.models \
python -m unittest discover --start-directory src/sakia/tests
coverage run --source=sakia.core,sakia.gui,sakia.models python -m unittest discover --start-directory src/sakia/tests -t src
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