Skip to content

Commit 792b032

Browse files
committed
follow-up to PR115 merge: remove old duplicate function definition as requested by albu-diku on a separate channel.
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6144 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 052994f commit 792b032

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/support/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,6 @@ def is_path_within(path, start=None, _msg=None):
231231
return not relative.startswith('..')
232232

233233

234-
def cleanpath(relative_path, test_case, ensure_dir=False):
235-
"""Register post-test clean up of file in relative_path"""
236-
assert isinstance(test_case, MigTestCase)
237-
tmp_path = os.path.join(TEST_OUTPUT_DIR, relative_path)
238-
test_case._cleanup_paths.add(tmp_path)
239-
return tmp_path
240-
241-
242234
def fixturefile(relative_path, fixture_format=None):
243235
"""Support function for loading fixtures from their serialised format.
244236

0 commit comments

Comments
 (0)