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

Test for common operations on mounted virtual file system #10

Open dvalters opened 6 years ago

dvalters commented 6 years ago

Don't think this can be done with the unittesting framework, so possibly need to explore other alternatives (bash script or pytest would probably work fine

(Would also need to check FUSE drivers are available on Travis...)