Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 89b9de37 authored by MALANDAIN Gregoire's avatar MALANDAIN Gregoire
Browse files

remove some unecessary test (continued)

parent 01697a3b
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,6 @@ class TestVtImage(unittest.TestCase):
with tempfile.NamedTemporaryFile() as cp_file:
cp_fname = cp_file.name + '.inr'
vtim.write(cp_fname)
vtim.write('/Users/greg/foo.inr')
cmp = filecmp.cmp(cp_fname, self._file_path, shallow=False)
err_msg = "Original file & its direct copy are different:\n{} != {}"
self.assertTrue(cmp, msg=err_msg.format(self._file_path, cp_fname))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment