summaryrefslogtreecommitdiffhomepage
path: root/tests/09_test_git_repository.py
Commit message (Collapse)AuthorAge
* print is a function in Python3Guido Günther2017-11-12
| | | | Gbp-Dch: Ignore
* GitRepository: require an exact ref path when looking for branchesGuido Günther2017-11-12
| | | | | | | | | | | | | | Otherwise we might match on refs/heads/refs/heads/foo instead of refs/heads/foo when looking for branch named 'foo' Closes: #813298
* tests: Use 09_test_write_tree for more GitRepository testsGuido Günther2017-11-12
There are some tests that aren't nice to read as doctest. Use this file for tests like this regarding GitRepository. Gbp-Dch: Ignore