Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Permissions are usually more strict then a hobby projects. So you can't just be writing and leaving things all over the file system without the possibility of failure.

Or maybe your using drives over a network and randomly your tests will now fail becasue of things outside your control. Things like that.

That's why when writing tests you always want them to actually do io like that.



Seems like you could just put your test files in a tmpfs, if leaving files laying around is an issue.


You need to mount and unmount fikesystems to do that.

Take a look at the library mentioned,afero, and you'll see how nice it handles working with the file system in tests.

You can have everything in memory, and a whole new fs in each test


The problem is it only tests trivial properties of the API. That might be enough for some things, but it’s not a panacea.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: