Changes between Initial Version and Version 1 of Ticket #31543, comment 1
- Timestamp:
- May 11, 2020, 6:01:06 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31543, comment 1
initial v1 1 +1 on making this change. As already pointed out, eliminating unnecessary output will increase the speed of running tests. The associated risk of not seeing debuggingprint statement can be easily dealt with by using the --no-buffer option.1 +1 on making this change. As already pointed out, eliminating unnecessary output will increase the speed of running tests. The associated risk of not seeing a print statement can be easily dealt with by using the --no-buffer option. 2 2 3 3 This will remove a lot of unnecessary clutter.