Changes in tests/pybin/settings.py [767a8ef:cc9b520]
- File:
-
- 1 edited
-
tests/pybin/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
r767a8ef rcc9b520 201 201 global output_width 202 202 output_width = max(map(lambda t: len(t.target()), tests)) 203 # 35 is the maximum width of the name field before we get line wrapping.204 output_width = min(output_width, 35)
Note:
See TracChangeset
for help on using the changeset viewer.