Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the name of the C tracer from Tracer to CTracer, as it always should ↵ | Ned Batchelder | 2011-09-03 | 1 | -1/+1 |
| | | | | have been. | ||||
* | C trace function now roundtrips properly. Fixes #123 and #125. | Ned Batchelder | 2011-04-27 | 2 | -5/+9 |
| | |||||
* | Unify formatting of coverage percentages, and don't show zero or 100 as a ↵ | Ned Batchelder | 2010-08-22 | 1 | -1/+1 |
| | | | | result of rounding. Fixes #41 and #70. | ||||
* | Reports now emphasize missed lines over executed lines, since those are more ↵ | Ned Batchelder | 2010-03-13 | 1 | -1/+1 |
| | | | | helpful for directing developers to improved test coverage. | ||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 2 | -7/+10 |
| | | | | contortions. | ||||
* | Change how run_timid checks the name of the Tracer class, so that 2.x and ↵ | Ned Batchelder | 2009-09-17 | 2 | -5/+5 |
| | | | | 3.x will do it the same. | ||||
* | Capture the full path to the data file when execution starts. Fixes issue 24. | Ned Batchelder | 2009-09-14 | 3 | -0/+17 |
| | |||||
* | Fix a problem with DecoratorTools fiddling with the trace function and ↵ | Ned Batchelder | 2009-08-09 | 2 | -0/+65 |
| | | | | screwing us up. Now the Python trace function is simpler, with no variability of registered trace function. Fixes bugs #12 and #13. | ||||
* | Py3k: fix more print statements. | Ned Batchelder | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | Comparing files needs to be agnostic to line endings, or testing on Linux ↵ | Ned Batchelder | 2009-06-23 | 1 | -8/+8 |
| | | | | won't work. Now gold files are newline-only, and the comparison function ignores line endings. | ||||
* | Treat files not ending in .py properly. | Ned Batchelder | 2009-05-07 | 1 | -1/+5 |
| | |||||
* | OS truce | Ned Batchelder | 2009-05-07 | 1 | -8/+8 |
| | |||||
* | Add a failing test for running non-.py files on the command line. | Ned Batchelder | 2009-05-07 | 2 | -0/+16 |