Skip to content

Commit

Permalink
bump version of broadinstitute/warp used for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Mar 28, 2021
1 parent 062814e commit ff03e10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test_corpi/broadinstitute/warp
Submodule warp updated 399 files
15 changes: 5 additions & 10 deletions tests/test_3corpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,20 +521,15 @@ class BioWDLSmallRNA(unittest.TestCase):
@wdl_corpus(
["test_corpi/broadinstitute/warp/pipelines/broad/**"],
path=[["test_corpi/broadinstitute/warp/tasks"]],
# has a task with a name collision between output & input
blacklist=[
"JointGenotyping",
"JointGenotypingByChromosomePartOne",
"JointGenotypingByChromosomePartTwo",
],
expected_lint={
"UnusedImport": 22,
"StringCoercion": 63,
"UnusedDeclaration": 79,
"UnusedCall": 1,
"StringCoercion": 86,
"UnusedDeclaration": 106,
"NameCollision": 12,
"ForwardReference": 4,
"ForwardReference": 5,
"NonemptyCoercion": 4,
"FileCoercion": 3,
"FileCoercion": 17,
},
check_quant=False,
)
Expand Down

0 comments on commit ff03e10

Please sign in to comment.