git-restack/test-requirements.txt
Darragh Bailey aa3d861126 Prevent long subjects in reviews causing spurious blank lines
If the last field of the review being listed exceeds the width of the
console, then using whitespace padding will result in sufficient spacing
being added to all other line that will appear as spurious blank lines
if they were otherwise less than the console width.

Instead of:

 1234  master  <subject>

 5678  master  <really-long-subject-that-
 wraps-to-next-line>

Display:

 1234  master  <subject>
 5678  master  <really-long-subject-that-
 wraps-to-next-line>

Change-Id: I290f652f803cf3938a1bdb72c20c85969dbb3319
2014-07-13 01:35:41 +01:00

7 lines
93 B
Plaintext

hacking>=0.9.2,<0.10
discover
mock
fixtures>=0.3.14
testrepository>=0.0.18
testtools>=0.9.34