| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-27 | Run the tests in parallel | Carlos Martín Nieto | |
| This saves about 1s, or 1/3 of the test runtime. The linking is still much slower, but this we can control. | |||
| 2015-06-28 | Create a SubmoduleCollection for managing submodules | Carlos Martín Nieto | |
| Similarly to RemoteCollection, this allows us to namespace the submodule operations much more concisely and removes API on the Repository. | |||
| 2015-05-30 | Fix test error messages | taylorchu | |
| 2015-04-24 | tests: always clean up temporary repository dirs | Patrick Steinhardt | |
| Some test repositories are not correctly removed after the tests did run. Fix by introducing a function that is to be used for cleaning up temporary test repositories. | |||
| 2015-01-28 | Add test triggering ForeachSubmodule panic. | Patrick Steinhardt | |
