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:40:53 +02:00
parent 8f7b50452b
commit 2827b03342

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
. pyenv/bin/activate . pyenv/bin/activate
pip3 install -r requirements.txt pip3 install -r requirements.txt
''' '''
sh 'tree tests/data' sh 'ls -R tests/data'
sh 'pyenv/bin/python3 -m unittest discover tests' sh 'pyenv/bin/python3 -m unittest discover tests'
} }
} }