We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a180c commit 79fef7dCopy full SHA for 79fef7d
tests/test_provenance.py
@@ -89,8 +89,8 @@ def test_nested_workflow(self):
89
90
def test_secondary_files_implicit(self):
91
tmpdir = tempfile.mkdtemp("test_secondary_files_implicit")
92
- file1 = os.path.join(tmpdir, "file.txt")
93
- file1idx = os.path.join(tmpdir, "file.txt.idx")
+ file1 = os.path.join(tmpdir, "foo1.txt")
+ file1idx = os.path.join(tmpdir, "foo1.txt.idx")
94
95
with open(file1, "w", encoding="ascii") as f:
96
f.write("foo")
0 commit comments