Skip to content

Commit 15cd80d

Browse files
committed
Merge branch 'PROV-test' of https://github.com/rcali21/pydra into PROV-test
2 parents dc22140 + 8278385 commit 15cd80d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pydra/engine/tests/test_task.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,8 +1008,9 @@ def testfunc(a: int, b: float = 0.1) -> ty.NamedTuple("Output", [("out", float)]
10081008
assert "Python Function" == data["label"]
10091009
assert any(json_content)
10101010

1011+
10111012
def test_audit_shellcommandtask(tmpdir):
1012-
args = '-l'
1013+
args = "-l"
10131014
shelly = ShellCommandTask(
10141015
name="shelly",
10151016
executable="ls",
@@ -1040,9 +1041,6 @@ def test_audit_shellcommandtask(tmpdir):
10401041
assert any(label_content)
10411042

10421043

1043-
1044-
1045-
10461044
def test_audit_task(tmpdir):
10471045
@mark.task
10481046
def testfunc(a: int, b: float = 0.1) -> ty.NamedTuple("Output", [("out", float)]):

0 commit comments

Comments
 (0)