Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce the amount of data translation by having the tracers record data in a ↵ | Ned Batchelder | 2009-10-11 | 1 | -2/+2 |
| | | | | form more like it will be consumed. Also should reduce the amount of work the tracers have to do. | ||||
* | Basic plumbing for a --branch option. | Ned Batchelder | 2009-10-07 | 1 | -7/+7 |
| | |||||
* | Help should focus on the new command syntax but also have a way to get help ↵ | Ned Batchelder | 2009-10-04 | 1 | -2/+2 |
| | | | | on the old. | ||||
* | Working toward reading source from eggs, but this isn't right on Py3k yet. | Ned Batchelder | 2009-09-29 | 4 | -0/+19 |
| | |||||
* | Obsolete file | Ned Batchelder | 2009-09-29 | 1 | -15/+0 |
| | |||||
* | Try to make this test impervious to platform differences. | Ned Batchelder | 2009-09-27 | 2 | -0/+6 |
| | | | | | --HG-- rename : test/farm/html/gold_other/_ned_coverage_trunk_test_farm_html_othersrc_other.html => test/farm/html/gold_other/blah_blah_other.html | ||||
* | Added a 'coverage debug' command to get internal information for diagnosing ↵ | Ned Batchelder | 2009-09-27 | 1 | -5/+20 |
| | | | | problems. Also, all commands should at least take -h. | ||||
* | HTML report includes non-relative code units also. Fixes issue #11, though ↵ | Ned Batchelder | 2009-09-26 | 9 | -1/+428 |
| | | | | the paths displayed in the HTML are kind of heinous. | ||||
* | Use universal newline mode when comparing test results. | Ned Batchelder | 2009-09-26 | 1 | -2/+2 |
| | |||||
* | lint cleanup | Ned Batchelder | 2009-09-26 | 1 | -0/+6 |
| | |||||
* | XML report: now validates against the Cobertura dtd. | Ned Batchelder | 2009-09-26 | 2 | -7/+11 |
| | |||||
* | File comparison can include regex scrubbing to ignore certain parts. | Ned Batchelder | 2009-09-26 | 1 | -2/+16 |
| | |||||
* | XML command writes to coverage.xml, and takes a -o argument to write it ↵ | Ned Batchelder | 2009-09-25 | 2 | -5/+40 |
| | | | | somewhere else. | ||||
* | Move common stuff to a common place. | Ned Batchelder | 2009-09-25 | 1 | -33/+25 |
| | |||||
* | Fix the gold file: need to do this differently, or I'll have to touch this ↵ | Ned Batchelder | 2009-09-25 | 1 | -0/+1 |
| | | | | with every version... | ||||
* | Don't use -o for 'omit' in the new command syntax: it should mean output. | Ned Batchelder | 2009-09-24 | 1 | -6/+6 |
| | |||||
* | Get the test working properly, including adding a usable diff comparison ↵ | Ned Batchelder | 2009-09-23 | 5 | -9/+17 |
| | | | | when tests fail. Also make it all work under Py3k. | ||||
* | Some XML report fixes, and a very basic test. | Ned Batchelder | 2009-09-23 | 2 | -0/+35 |
| | |||||
* | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 4 | -12/+16 |
| | |||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 11 | -20/+93 |
| | | | | contortions. | ||||
* | Disable the long recursion test under 3.x for now: it crashes the ↵ | Ned Batchelder | 2009-09-17 | 1 | -13/+14 |
| | | | | interpreter hard. | ||||
* | 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 |
| | |||||
* | Save .coverage when running our own coverage tests. | Ned Batchelder | 2009-09-13 | 1 | -0/+1 |
| | |||||
* | A nicer way to write help text. | Ned Batchelder | 2009-09-13 | 1 | -1/+6 |
| | |||||
* | assertTrue isn't available in earlier Pythons? | Ned Batchelder | 2009-09-13 | 1 | -9/+9 |
| | |||||
* | More tests: really use the help function that writes to stdout. | Ned Batchelder | 2009-09-13 | 1 | -5/+38 |
| | |||||
* | All commands are now available as new-style commands. | Ned Batchelder | 2009-09-13 | 1 | -0/+33 |
| | |||||
* | Proper help handling for the new command-line syntax. | Ned Batchelder | 2009-09-12 | 1 | -6/+12 |
| | |||||
* | First new-style command: run | Ned Batchelder | 2009-09-12 | 1 | -116/+103 |
| | |||||
* | Major changes to introduce new command line syntax. | Ned Batchelder | 2009-09-12 | 1 | -14/+44 |
| | |||||
* | More command line cleanup. | Ned Batchelder | 2009-09-12 | 1 | -1/+1 |
| | |||||
* | Switch from getopt to optparse. Thanks, Ben Finney! | Ned Batchelder | 2009-09-10 | 1 | -4/+3 |
| | |||||
* | Fix some lint warnings. | Ned Batchelder | 2009-09-09 | 1 | -1/+6 |
| | |||||
* | Complete the mock tests for the command line parser. Maybe too complete... | Ned Batchelder | 2009-09-09 | 1 | -9/+203 |
| | |||||
* | Re-work some existing command_line tests to include the return status also. | Ned Batchelder | 2009-09-09 | 1 | -39/+59 |
| | |||||
* | Start using Mock to test the command-line code. | Ned Batchelder | 2009-09-09 | 1 | -4/+47 |
| | |||||
* | Silly typo | Ned Batchelder | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Narrow the amount of code in a coverage start/stop window in a test so that ↵ | Ned Batchelder | 2009-07-12 | 1 | -8/+11 |
| | | | | the differences in 2.x and 3.x scoping rules don't change the results of the test. Also, some commented-out logging of the trace machinery that helped me find the problem. Now all tests pass on Python 3.1! | ||||
* | Py3k: manipulating PYTHONPATH seems different under Py 3.x, so do it ↵ | Ned Batchelder | 2009-07-10 | 1 | -3/+7 |
| | | | | differently. | ||||
* | Py3k: print statements in test files and gold annotation files have to be ↵ | Ned Batchelder | 2009-07-09 | 4 | -6/+8 |
| | | | | switched to a 2-and-3 compatible form that 2to3.py won't change. | ||||
* | Py3k: some output is bytes instead of string, so convert since it doesn't ↵ | Ned Batchelder | 2009-07-09 | 2 | -5/+5 |
| | | | | matter. | ||||
* | Py3k: fix more print statements. | Ned Batchelder | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | Have the tests use the script explicitly until I can figure out how to ↵ | Ned Batchelder | 2009-07-09 | 1 | -1/+2 |
| | | | | install a usable script for Py3k | ||||
* | Py3k: bytes vs. strings, and one more print statement. | Ned Batchelder | 2009-07-08 | 2 | -3/+3 |
| | |||||
* | Py3k: exec is a function now, not a statement. Update the tests accordingly. | Ned Batchelder | 2009-07-08 | 1 | -29/+62 |
| | |||||
* | Py3k: unify subprocess and popen4. | Ned Batchelder | 2009-07-08 | 4 | -22/+9 |
| | |||||
* | Various Py3k fixes: remove gratuitous print, don't test the print statement, ↵ | Ned Batchelder | 2009-07-08 | 3 | -32/+46 |
| | | | | deal with __cmp__ ugliness, etc. | ||||
* | Move the backward-compatibility definitions to a common file. There seems to ↵ | Ned Batchelder | 2009-07-03 | 1 | -8/+1 |
| | | | | be no pretty way to do this. |