Changes between Initial Version and Version 1 of Ticket #1439, comment 2
- Timestamp:
- 2014-09-23T23:08:07Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1439, comment 2
initial v1 13 13 And if you use `python setup.py test --coverage`, then you get one subprocess.call to invoke `bin/tahoe @coverage`, a second one inside the `bin/tahoe` wrapper to run the real bin/tahoe, and third one in bin/tahoe to run `coverage`. But for large tests, that's usually small compared to the overhead induced by the coverage tracing function. 14 14 15 I'm hoping that our #2255/#2 207 overhauls can remove these extra calls.15 I'm hoping that our #2255/#2077 overhauls can remove these extra calls.