summaryrefslogtreecommitdiff
path: root/clone_test.go
AgeCommit message (Collapse)Author
2015-06-30Clone: test we clone something usable and fix constructorCarlos Martín Nieto
Clone was still trying to do its own initialisation, which was missing all of the namespacing changes.
2015-04-24tests: always clean up temporary repository dirsPatrick 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.
2014-03-19Clean up after the testsCarlos Martín Nieto
2014-03-18fix naming on testJesse Ezell
2014-03-18add simple clone testJesse Ezell