summaryrefslogtreecommitdiff
path: root/tests/test_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* Moved testing resources to clar, and removed old tests directory.Ben Straub2012-03-311-339/+0
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-8/+9
* Move path related functions from fileops to pathRussell Belfer2012-01-171-7/+7
* Allow git_buf_joinpath to accept self-joinsRussell Belfer2011-12-141-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-32/+60
* test_helpers: do not rely on assertschu2011-10-301-2/+4
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-4/+50
|\
| * *: correct and codify various file permissionsBrodie Rao2011-10-141-1/+13
| * fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-4/+38
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* | tests: propagate errors from open_temp_repo() instead of exitingBrodie Rao2011-10-141-4/+3
|/
* test: Abort when the temp workdir cannot be createdVicent Marti2011-07-071-4/+8
* refs: Cleanup reference renamingVicent Marti2011-07-061-1/+1
* Remove duplicated recursive directory removal related codenulltoken2011-07-061-29/+1
* fileops: CleanupVicent Marti2011-07-051-37/+38
* Add remove_placeholders() test helper function which recursively removes mark...nulltoken2011-03-231-0/+28
* Slightly enforce copy_recurs() behaviornulltoken2011-03-231-7/+2
* Cleanup the testing toolkitVicent Marti2011-03-031-2/+17
* Added copydir_recurs() to test_helpers.cnulltoken2011-03-031-6/+51
* Added rmdir_recurs(), a test helper function which recursively removes the co...nulltoken2011-03-031-0/+26
* Add unit test for writing a big index fileVicent Marti2011-02-221-0/+44
* Change include structure for the projectVicent Marti2010-12-061-3/+1
* Decouple storage from ODB logicVicent Marti2010-12-061-1/+1
* Change git_repository initialization to use a pathVicent Marti2010-11-021-7/+12
* Add unit tests for object write-backVicent Marti2010-10-071-0/+36
* Give object structures more descriptive namesVicent Marti2010-09-191-1/+1
* Fix some coding style issuesRamsay Jones2010-02-281-44/+44
* Use a 64 bit off_t throughout the library and tests on POSIXRamsay Jones2010-01-201-0/+1
* Factor out test helper methods for creating/deleting loose objectsJulio Espinoza-Sokal2009-03-171-0/+93