tests added to pipeline
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2827b03342
commit
203cde1216
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -20,8 +20,10 @@ pipeline {
|
||||
. pyenv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
'''
|
||||
sh 'ls -R tests/data'
|
||||
sh 'pyenv/bin/python3 -m unittest discover tests'
|
||||
sh '''
|
||||
export PYTHONPATH=`pwd`
|
||||
../pyenv/bin/python3 -m unittest discover test
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user