summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-20 12:24:47 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-20 12:24:47 +0200
commit4a534eba97db3c2cfb2926368756fd633d25c056 (patch)
treeb221f0ba3114cbfd8abe8432a91770578483565d /TODO
parent35a09c0534e89b2d43ec4101a5fb54576b577905 (diff)
downloadgitpython-4a534eba97db3c2cfb2926368756fd633d25c056.tar.gz
Added frame for index implementation and testing
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0915806d..b6e8d10c 100644
--- a/TODO
+++ b/TODO
@@ -57,6 +57,8 @@ Tree
* Should return submodules during iteration ( identifies as commit )
* Work through test and check for test-case cleanup and completeness ( what about
testing whether it raises on invalid input ? ). See 6dc7799d44e1e5b9b77fd19b47309df69ec01a99
+ - Also assure that the test-case setup is a bit more consistent ( Derive from TestCase, possibly
+ make repo a class member instead of an instance member
* Derive from Iterable, simple pipe it through to Commit objects and iterate using
commit.tree.