Skip to content
Snippets Groups Projects
Commit 97aac606 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent 7a7f70d7
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ test:
- cd .docker
# here the server and the mysql backend docker are being started
- CAOSDB_TAG=$CAOSDB_TAG docker-compose up -d
- PYLIB=3286c989
# the pyinttest docker writes the return value of the tests into the
# file result
- /bin/sh ./run.sh
......
......@@ -3,8 +3,10 @@ envlist= py37
skip_missing_interpreters = true
[testenv]
setenv = PASSWORD_STORE_DIR = {env:HOME}/.password-store
PYLIB = {env:PYLIB}
deps=pytest
nose
pytest-cov
commands_pre=pip install ../caosdb-pylib/
commands_pre = git fetch origin && git checkout $PYLIB
pip install ../caosdb-pylib/
commands=pytest --cov=caosdb -vvx {posargs}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment