Skip to content
Snippets Groups Projects
Commit c5a543c2 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Fixed test case

parent 7d914e25
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -532,7 +532,7 @@ def test_python_interfaces(): ...@@ -532,7 +532,7 @@ def test_python_interfaces():
os.unlink(tmpname) os.unlink(tmpname)
def unicode_test(): def unicode_test():
filename = test_utils.datafile(u"Φîłèñäϻæ.hdf5", __name__) filename = u"Φîłèñäϻæ.hdf5"
# writing using unicode filename # writing using unicode filename
hdf5 = HDF5File(filename, 'w') hdf5 = HDF5File(filename, 'w')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment