diff options
Diffstat (limited to 'git/test')
-rw-r--r-- | git/test/performance/test_streams.py | 2 | ||||
-rw-r--r-- | git/test/test_repo.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/git/test/performance/test_streams.py b/git/test/performance/test_streams.py index aecb7728..6e23b01d 100644 --- a/git/test/performance/test_streams.py +++ b/git/test/performance/test_streams.py @@ -140,6 +140,6 @@ class TestObjDBPerformance(TestBigRepoR): print(msg, file=sys.stderr) # compare - print ("Git-Python is %f %% faster than git when reading big %s files in chunks" + print("Git-Python is %f %% faster than git when reading big %s files in chunks" % (100.0 - (elapsed_readchunks / gelapsed_readchunks) * 100, desc), file=sys.stderr) # END for each randomization factor diff --git a/git/test/test_repo.py b/git/test/test_repo.py index f216039e..eb831ce3 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -526,7 +526,7 @@ class TestRepo(TestBase): assert obj.type == ref.object.type num_resolved += 1 except BadObject: - print ("failed on %s" % path_section) + print("failed on %s" % path_section) # is fine, in case we have something like 112, which belongs to remotes/rname/merge-requests/112 pass # END exception handling |