summaryrefslogtreecommitdiff
path: root/test/git/test_repo.py
Commit message (Collapse)AuthorAgeFilesLines
* replaced another git_python with gitFlorian Apolloner2008-05-311-1/+1
|
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵Michael Trier2008-05-301-1/+1
| | | | up tests so they pass except for stderr test. Modified version information retrieval.
* tests: keep temporary repos underneath test/reposDavid Aguilar2008-05-291-43/+43
| | | | | | | | | | | test_repo.py was creating directories in the literal test/~/foo/... directory. This commit replaces "~" with "repos". Some minor whitespace issues were cleaned up as well. Signed-off-by: David Aguilar <davvid@gmail.com>
* use ~/foo instead of /foo for repo.Florian Apolloner2008-05-221-9/+9
|
* added in note about how to handle date time information. Fixed up repo ↵Michael Trier2008-05-181-2/+2
| | | | tests for the removal of the shared option.
* Fixed up rspec comments that are passing.Michael Trier2008-05-081-27/+0
|
* More small changes to tests. Commented out tests not passing because of ↵Michael Trier2008-05-071-75/+81
| | | | inability to figure out mocking for them.
* Moved test stuff around and modified imports to just clean things up a bit.Michael Trier2008-05-071-3/+1
|
* cleaned up a bunch of imports for the tests.Michael Trier2008-05-071-56/+56
|
* just more documentation fixes.Michael Trier2008-05-071-1/+1
|
* initial projectMichael Trier2008-05-071-0/+309