summaryrefslogtreecommitdiff
path: root/git/test/test_tree.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-06 14:20:58 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-06 14:20:58 +0100
commit95bb489a50f6c254f49ba4562d423dbf2201554f (patch)
tree2f1a172cc8a81297dc16ae9634887ff7cffd93e7 /git/test/test_tree.py
parent4cfc682ff87d3629b31e0196004d1954810b206c (diff)
downloadgitpython-95bb489a50f6c254f49ba4562d423dbf2201554f.tar.gz
test_tree works
Diffstat (limited to 'git/test/test_tree.py')
-rw-r--r--git/test/test_tree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/test/test_tree.py b/git/test/test_tree.py
index 72bda485..246584ee 100644
--- a/git/test/test_tree.py
+++ b/git/test/test_tree.py
@@ -138,6 +138,7 @@ class TestTree(TestBase):
# END check for slash
# slashes in paths are supported as well
+ # NOTE: on py3, / doesn't work with strings anymore ...
assert root[item.path] == item == root / item.path
# END for each item
assert found_slash