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

This commit is contained in:
Lukas Klass 2020-07-21 15:39:35 +02:00
parent 5169225b9e
commit 8f7b50452b
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

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

View File

@ -24,7 +24,7 @@
<optical_component type="CosmicBackground" temp="2.725" temp_unit="K"/>
<optical_component type="Atmosphere" transmittance="data/atmosphere/science_case.csv"
emission="data/atmosphere/science_case_emission.csv"/>
<!-- <optical_component type="StrayLight" emission="data/strayLight/emission.csv"-->
<!-- <optical_component type="StrayLight" emission="data/strayLight/emission2.csv"-->
<!-- comment="Including arbitrary noise sources"/>-->
</astroscene>