Message117257
| Author | belopolsky |
|---|---|
| Recipients | belopolsky |
| Date | 2010-09-24.02:55:53 |
| SpamBayes Score | 3.845402e-05 |
| Marked as misclassified | No |
| Message-id | <1285296955.25.0.310844622187.issue9936@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
With the attached traceme.py,
$ python -m trace -m -s -c traceme.py
lines cov% module (path)
2 50% traceme (traceme.py)
$ cat traceme.cover
x = (1,
>>>>>> 2,
1: 3)
This is wrong because all lines in traceme.py are executed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-09-24 02:55:55 | belopolsky | set | recipients: + belopolsky |
| 2010-09-24 02:55:55 | belopolsky | set | messageid: <1285296955.25.0.310844622187.issue9936@psf.upfronthosting.co.za> |
| 2010-09-24 02:55:53 | belopolsky | link | issue9936 messages |
| 2010-09-24 02:55:53 | belopolsky | create | |