initial readme

This commit is contained in:
Rick Olson 2015-05-14 11:06:18 -06:00
parent 5e78bce171
commit da2a961f26

15
tests/README.md Normal file

@ -0,0 +1,15 @@
# Git LFS integration tests
Git LFS integration tests are shell scripts that test the `git-lfs` command from
the outside. Each test file is designed to run in parallel through separate
processes, and is bootstrapped with the following:
* Git LFS compiled from the current commit in `./bin`.
* A temp directory base name.
* A bare repository in `test/repos/{TEMP}`.
* A working directory in `test/working/{temp}`.
* A single Git and Git LFS server on a random port for all tests to use.
* http://localhost:PORT/repos/{TEMP}.git
* http://localhost:PORT/repos/{TEMP}.git/info/lfs
* Git credential configuration that doesn't require or clobber existing global
git config.