Ticket #5784: coverage-5784.patch
| File coverage-5784.patch, 0.7 KB (added by thijs, 10 months ago) |
|---|
-
twisted/scripts/trial.py
162 162 163 163 def opt_coverage(self): 164 164 """ 165 Generate coverage information in the I{coverage}file in the166 directory specified by the I{trial-temp}option.165 Generate coverage information in the coverage file in the 166 directory specified by the temp-directory option. 167 167 """ 168 168 import trace 169 169 self.tracer = trace.Trace(count=1, trace=0)
