dvalters / fuse-netcdf

ESoWC project to develop a Python utility to mount NetCDF files as a file-system in user space. (FUSE)
Other
8 stars 3 forks source link

added unittests for implementing dimensions #23

Closed blazk closed 6 years ago

blazk commented 6 years ago

Hi @dvalters,

Thanks for merging my code! I have added some unit tests for reading and editing dimensions. These tests are inactive for now - this feature needs to be implemented. long live test driven development ;)

Blazej

dvalters commented 6 years ago

Looks good! Will merge

blazk commented 6 years ago

thanks @dvalters ! Just noticed there are stupid mistakes in these tests (dimensions of an attribute ?!?!?) but oh well it's a start...