Skip to content

Commit a8c3a37

Browse files
Ryan CaliRyan Cali
authored andcommitted
Added atlocation in tests to meet coverage
1 parent e355f21 commit a8c3a37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pydra/engine/tests/test_task.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,9 @@ def testfunc(a: int, b: float = 0.1) -> ty.NamedTuple("Output", [("out", float)]
10121012
if "@type" in data:
10131013
if data["@type"] == "input":
10141014
assert None == data["Label"]
1015+
# placeholder for atlocation until
1016+
# new test is added
1017+
assert None == data["AtLocation"]
10151018

10161019
# assert data["Type"] == "input"
10171020

0 commit comments

Comments
 (0)