Skip to content

Commit

Permalink
miniwdl run: CLI for [alpha] task runtime (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jun 29, 2019
1 parent 10c5476 commit 0d0a951
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 210 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ PYTHON_PKG_BASE?=$(HOME)/.local
test: check check_check
coverage run --include "WDL/*" --omit WDL/CLI.py -m unittest -v
coverage report -m
prove -v tests/check.t tests/cromwell.t
prove -v tests/check.t tests/cromwell.t tests/runner.t

# fail fast
qtest:
python3 -m unittest -v -f
prove -v tests/check.t
prove -v tests/check.t tests/runner.t

check:
pylint -j `python3 -c 'import multiprocessing as mp; print(mp.cpu_count())'` --errors-only WDL
Expand Down
Loading

0 comments on commit 0d0a951

Please sign in to comment.