tests added to pipeline
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit

This commit is contained in:
Lukas Klass 2020-07-21 15:25:27 +02:00
parent 4e122aca3a
commit 5843a202c4

5
Jenkinsfile vendored
View File

@ -21,7 +21,10 @@ pipeline {
pip3 install -r requirements.txt pip3 install -r requirements.txt
''' '''
sh ''' sh '''
export PYTHONPATH=`pwd`; cd tests; ../pyenv/bin/python3 -m unittest discover . export PYTHONPATH=`pwd`
echo $PYTHONPATH
cd tests
../pyenv/bin/python3 -m unittest discover .
''' '''
} }
} }