summaryrefslogtreecommitdiff
path: root/tests/test_GitVfs.py
AgeCommit message (Collapse)Author
2015-03-27tests: minor test case cleanupsGuido Günther
Remove unused imports, remove unused variables or actually use them
2015-02-20Ignore return types of write and shutil.copyGuido Günther
Python3 does not return None anymore
2014-10-29git.vfs: fix close methodGuido Günther
Preventing a infinite recursion which can be triggered by gbp pq export --commit.
2013-08-28Use open() instead of file()Guido Günther
since the later doesn't exist in python3
2013-04-13Honor debian/source/formatGuido Günther
when checking if a package is a native package Closes: #669267
2013-04-13Introduce Source classGuido Günther
so we don't have to expose all the details of Debian's different files and conventions.
2013-04-13Add minimal vfs interfaceGuido Günther
so we can access blobs in git as file like objects