summaryrefslogtreecommitdiff
path: root/git/test/fixtures/cat_file.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-6/+0
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+6
|
* tests: move to root dirKonrad Weihmann2020-07-121-6/+0
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-3/+4
| | | + Some cases had restructuring of code.
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-031-0/+5
This allows us to use the main thread to parse stderr to get progress, and resolve assertion failures hopefully once and for all. Relates to #301