Changes in tests/pybin/settings.py [cc9b520:767a8ef]
- File:
-
- 1 edited
-
tests/pybin/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
rcc9b520 r767a8ef 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.