Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-11 | tests: use unmount wrapper in ResetTmpDir | Jakob Unterwurzacher | |
This should make it work on OSX. Also, split unmount into two functions. Depending on what you want, * UnmountErr returns the resulting error * UnmountPanic panics if the error was not nil | |||
2016-06-30 | test: split up integration_tests | Jakob Unterwurzacher | |
...into "matrix" and "normal". Also: * Make running multiple packages in parallel safe, see http://stackoverflow.com/questions/23715302/go-how-to-run-tests-for-multiple-packages * Don't depent on test_helper.TmpDir and friends to have a terminating slash |