broke out testing to individual tests
This commit is contained in:
parent
ca43eed5ba
commit
9b01898e25
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -11,7 +11,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('test core') {
|
stage('test core') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pytest daemon/tests'
|
sh 'pytest daemon/tests/test_core.py'
|
||||||
|
sh 'pytest daemon/tests/test_gui.py'
|
||||||
|
sh 'pytest daemon/tests/test_emane.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue