Skip to content

Commit

Permalink
Use the CI hypothesis profile also on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Sep 1, 2022
1 parent 19930a6 commit d915943
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/jenkins/testkomodo.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
install_test_dependencies () {
pip install -r test_requirements.txt
}

start_tests () {
pytest --hypothesis-profile ci tests/
}

0 comments on commit d915943

Please sign in to comment.