Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-06-27 | tests: give "-plaintextnames" its own test package | Jakob Unterwurzacher | |
...and add tests for checking that gocryptfs.diriv does not get created. The main "integration_tests" package has become quite big and convoluted over time. This small separate package should make writing tests for "-plaintextnames" easier. As seen in "fusefrontend: fix PlaintextNames versions of Mkdir, Rmdir", we need more of them. |