Skip to content

Commit

Permalink
Expect fully-qualified task names in TaskDef.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Mar 24, 2022
1 parent 8174bdb commit 0013fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cliScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __repr__(self):
),
# history will contain machine-specific paths, TBD how to verify
ShowInfo("history=task::addend", None),
ShowInfo("tasks", "### Subtasks for task `AddTask'"),
ShowInfo("tasks", "### Subtasks for task `lsst.pipe.base.tests.simpleQGraph.AddTask'"),
]

for showInfo in testdata:
Expand Down

0 comments on commit 0013fff

Please sign in to comment.