aboutsummaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-22 16:06:10 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-22 16:06:51 +0200
commit3c770f8e98a0079497d3eb5bc31e7260cc70cc63 (patch)
tree9ccea0ef524e5a0fc928be6b89e3a7071471111d /__init__.py
parent9c3bbc43d097656b54c808290ce0c656d127ce47 (diff)
downloadGitPython-3c770f8e98a0079497d3eb5bc31e7260cc70cc63.tar.gz
GitPython-3c770f8e98a0079497d3eb5bc31e7260cc70cc63.zip
Fixed decorator issue that would cause a function to be passed even though there is a default argument. This feels inconsistent as the 'argument passer' wrapper function can be called with a function or a string as first argument depending on whether the client code was explicitly passing an argument or not. That ... sucks. Now test for that case specifically and fail with a proper assertion error. I don't like it, but what can I do ... .
Remote tests adjusted to use rw repositories instead. More tests to follow, and many api methods are to be implemented now these things can be tested properly.
Diffstat (limited to '__init__.py')
0 files changed, 0 insertions, 0 deletions