Skip to content

Commit 0d8f1ad

Browse files
committed
String methods
1 parent 128348e commit 0d8f1ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_fairworkflow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,11 @@ def my_workflow(in1, in2, in3):
356356

357357
assert isinstance(prov, WorkflowRetroProv)
358358
assert len(prov) == 4
359+
print(prov)
359360
for step_prov in prov:
360361
assert isinstance(step_prov, StepRetroProv)
361362
assert step_prov.step in fw._steps.values()
363+
print(step_prov)
362364

363365
test_published_uris = [
364366
'www.example.org/published1#prov',

0 commit comments

Comments
 (0)