summaryrefslogtreecommitdiff
path: root/blob_test.go
AgeCommit message (Collapse)Author
2016-08-27Remove unecessary copyCarlos Martín Nieto
2016-08-27Add test for slice-to-slice and GCo pointer detectionItamar Turner-Trauring
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-10-15Add a test for blobsCarlos Martín Nieto
This has been in my worktree unadded for a while.