continued yesterdays work on the execute stuff
[jelmer/gitpython.git] / test /
2008-06-20 Florian ApollonerMerge branch 'master' of git@gitorious.org:git-python...
2008-06-20 Florian Apollonermade with_exceptions=True default (don't look before...
2008-06-20 Florian ApollonerMerge branch 'master' of git://gitorious.org/git-python...
2008-06-20 Florian Apollonerfixed the tests, which where broken before my commit...
2008-06-07 Florian ApollonerMerge branch 'master' of git://gitorious.org/git-python...
2008-06-02 David Aguilartests: removed an obsolete comment in test_it_ignores_f...
2008-06-02 David Aguilarstyle: remove spaces around parens per PEP8
2008-06-01 David Aguilartests: add a test to ensure False is never passed to...
2008-05-31 David Aguilarstupid me i shouldn't use assert() in tests
2008-05-31 Florian Apollonerfixed the buffer test.
2008-05-31 Florian ApollonerMerge branch 'master' of git://gitorious.org/git-python...
2008-05-31 David Aguilartests: ensure cmd.execute can handle large output
2008-05-31 David Aguilartests: allow "git version" test to pass on arbitrary...
2008-05-31 Florian ApollonerMerge branch 'master' of git://gitorious.org/git-python...
2008-05-31 David Aguilartests: allow "git version" test to pass on arbitrary...
2008-05-31 Florian Apollonerdidn't work for git 1.5.3 ;)
2008-05-31 Florian Apollonerfixed last failing test, hopefully this works for all...
2008-05-31 Florian Apollonerreplaced another git_python with git
2008-05-31 Michael Trierrenamed git_python to git. Removed pop_key and replaced...
2008-05-30 David Aguilartests: keep temporary repos underneath test/repos
2008-05-30 David Aguilartests: add utils.pop_key() testcases
2008-05-29 David Aguilartests: add a test for the new with_raw_output mechanism
2008-05-29 David Aguilartests: add a test for the new with_stderr mechanism
2008-05-29 David Aguilartests: add a test for git.foo( with_exceptions=True )
2008-05-29 David Aguilartests: add a git.foo( with_status=True ) testcase
2008-05-29 David Aguilartests: add a test for git.foo( istream=fh )
2008-05-29 David Aguilartests: update test_git.py to use the new single-charact...
2008-05-26 Michael TrierMerge git://gitorious.org/git-python/apollo13
2008-05-22 Florian Apolloneruse ~/foo instead of /foo for repo.
2008-05-21 Florian Apollonerfixed errors in the test, two permission errors remaini...
2008-05-20 Michael Trierfixed incorrect test import
2008-05-18 Michael Trieradded in note about how to handle date time information...
2008-05-18 Michael Trierlots of little fixes. Corrected problem with creating...
2008-05-17 Michael TrierCorrected problem with tree.__len__ getting confused...
2008-05-08 Michael TrierFixed up rspec comments that are passing.
2008-05-08 Michael TrierMore small changes to tests. Commented out tests not...
2008-05-08 Michael TrierMoved test stuff around and modified imports to just...
2008-05-08 Michael Triercleaned up a bunch of imports for the tests.
2008-05-08 Michael Trierjust more documentation fixes.
2008-05-07 Michael Trierinitial project