Skip to content

Commit

Permalink
PIP-1234-pytest-wf (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki authored Jun 5, 2020
1 parent 4d14a72 commit e360c4a
Show file tree
Hide file tree
Showing 7 changed files with 166 additions and 496 deletions.
488 changes: 84 additions & 404 deletions .circleci/config.yml

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
aadict==0.2.3
argcomplete==1.11.1
asset==0.6.13
attrs==19.3.0
autouri==0.1.4
awscli==1.18.72
boto3==1.13.22
botocore==1.16.22
cachetools==4.1.0
caper==0.8.2.1
certifi==2020.4.5.1
cffi==1.14.0
chardet==3.0.4
colorama==0.4.3
coloredlogs==11.3
cryptography==2.9.2
dateparser==0.7.4
docker==4.2.1
docutils==0.15.2
filelock==3.0.12
globre==0.1.5
google-api-core==1.17.0
google-auth==1.16.0
google-cloud-core==1.3.0
google-cloud-storage==1.28.1
google-resumable-media==0.5.1
googleapis-common-protos==1.52.0
humanfriendly==8.2
idna==2.9
importlib-metadata==1.6.0
jmespath==0.10.0
jsonschema==3.2.0
lark-parser==0.8.5
miniwdl==0.7.4
more-itertools==8.3.0
packaging==20.4
pluggy==0.13.1
protobuf==3.12.2
py==1.8.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pygtail==0.11.1
pyhocon==0.3.55
pyOpenSSL==19.1.0
pyparsing==2.4.7
pyrsistent==0.16.0
pytest==5.4.3
pytest-workflow @ git+https://github.com/LUMC/pytest-workflow.git@4cbc3bb6b9840dafdfc584d62c1e7f9503f6291b
python-dateutil==2.8.1
python-json-logger==0.1.11
pytz==2020.1
PyYAML==5.3.1
regex==2020.5.14
requests==2.23.0
rsa==3.4.2
s3transfer==0.3.3
six==1.15.0
tzlocal==2.1
urllib3==1.25.9
wcwidth==0.2.3
websocket-client==0.57.0
xdg==4.0.1
zipp==3.1.0
Empty file removed src/test/__init__.py
Empty file.
34 changes: 0 additions & 34 deletions src/test/test_dataframe_utils.py

This file was deleted.

13 changes: 13 additions & 0 deletions test/caper_run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

set -e

echo "Running cromwell $CROMWELL, womtool $WOMTOOL and image $TAG"

if [[ $# -eq 1 ]]; then
caper run $1 --docker $TAG --cromwell $CROMWELL --womtool $WOMTOOL --options ./test/cromwell_options.json -m metadata.json
fi

if [[ $# -eq 2 ]]; then
caper run $1 --docker $TAG --cromwell $CROMWELL --womtool $WOMTOOL -i $2 --options ./test/cromwell_options.json -m metadata.json
fi
5 changes: 5 additions & 0 deletions test/cromwell_options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"default_runtime_attributes": {
"docker_user": "$EUID"
}
}
58 changes: 0 additions & 58 deletions test/test.sh

This file was deleted.

0 comments on commit e360c4a

Please sign in to comment.