Post install test

This commit is contained in:
Marcel Nijenhof
2021-08-06 19:57:37 +02:00
parent bfde38ea42
commit 38292af470
3 changed files with 12 additions and 15 deletions

View File

@@ -155,16 +155,13 @@ steps:
depends_on:
- Build
#
# todo: Uitzoeken
#
# - >
# pip install --extra-index-url
# https://marceln.org/download/python ddOperApi
# - python -c "import lmwsip"
# - python -c "import lmwsip; print(lmwsip.__version__)"
# - >
# [ $(python -c "import lmwsip; print(lmwsip.__version__)") =
# $(python setup.py --version) ]
# - python -m unittest -v lmwsip.tests
- pip install flask
- >
pip install --extra-index-url
https://marceln.org/download/python ddOperApi
- python -c "import ddOperApi"
- python -c "import ddOperApi; print(ddOperApi.__version__)"
- >
[ $(python -c "import lmwsip; print(lmwsip.__version__)") =
$(python setup.py --version) ]
- python -m unittest -v ddOperApi.tests