2
0
Эх сурвалжийг харах

Set COLUMNS & LINES as if it was a terminal

Abogical 8 жил өмнө
parent
commit
1362d2e90f

+ 2 - 0
src/borg/testsuite/helpers.py

@@ -904,6 +904,8 @@ def test_yes_env_output(capfd, monkeypatch):
 
 
 def test_progress_percentage_sameline(capfd):
+    os.environ['COLUMNS'] = '4'
+    os.environ['LINES'] = '1'
     pi = ProgressIndicatorPercent(1000, step=5, start=0, msg="%3.0f%%")
     pi.logger.setLevel('INFO')
     pi.show(0)