summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* More exception flow testing. This stuff is kind of involved...Ned Batchelder2009-10-201-6/+87
|
* Start testing exceptions with arc measurements.Ned Batchelder2009-10-192-9/+45
|
* Keep lines under 80 chars.Ned Batchelder2009-10-171-4/+8
|
* Tidying upNed Batchelder2009-10-162-5/+2
|
* Correct handling of breaks and continues.Ned Batchelder2009-10-161-1/+35
|
* Ad-hoc discovery of opcodes that need to be parsed. BREAK_LOOP is implicit? ↵Ned Batchelder2009-10-161-9/+20
| | | | yikes...
* Start unit testing the arc measurement. In arcs, -1 means enter or exit.Ned Batchelder2009-10-162-13/+143
|
* CamelCase looks weird, switch to underscore_separated.Ned Batchelder2009-10-164-174/+174
|
* More refactoring of the use of analysis objects.Ned Batchelder2009-10-151-6/+6
|
* More tidyingNed Batchelder2009-10-151-39/+57
|
* Tidying upNed Batchelder2009-10-151-1/+0
|
* Don't write arcs if there are none, and an ad-hoc data viewer.Ned Batchelder2009-10-121-2/+3
|
* Don't forget that we disabled a test for short-term reasons.Ned Batchelder2009-10-121-1/+1
|
* Write the arcs to the data file.Ned Batchelder2009-10-121-0/+21
|
* Reduce the amount of data translation by having the tracers record data in a ↵Ned Batchelder2009-10-111-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 Batchelder2009-10-071-7/+7
|
* Help should focus on the new command syntax but also have a way to get help ↵Ned Batchelder2009-10-041-2/+2
| | | | on the old.
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-294-0/+19
|
* Obsolete fileNed Batchelder2009-09-291-15/+0
|
* Try to make this test impervious to platform differences.Ned Batchelder2009-09-272-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 Batchelder2009-09-271-5/+20
| | | | problems. Also, all commands should at least take -h.
* HTML report includes non-relative code units also. Fixes issue #11, though ↵Ned Batchelder2009-09-269-1/+428
| | | | the paths displayed in the HTML are kind of heinous.
* Use universal newline mode when comparing test results.Ned Batchelder2009-09-261-2/+2
|
* lint cleanupNed Batchelder2009-09-261-0/+6
|
* XML report: now validates against the Cobertura dtd.Ned Batchelder2009-09-262-7/+11
|
* File comparison can include regex scrubbing to ignore certain parts.Ned Batchelder2009-09-261-2/+16
|
* XML command writes to coverage.xml, and takes a -o argument to write it ↵Ned Batchelder2009-09-252-5/+40
| | | | somewhere else.
* Move common stuff to a common place.Ned Batchelder2009-09-251-33/+25
|
* Fix the gold file: need to do this differently, or I'll have to touch this ↵Ned Batchelder2009-09-251-0/+1
| | | | with every version...
* Don't use -o for 'omit' in the new command syntax: it should mean output.Ned Batchelder2009-09-241-6/+6
|
* Get the test working properly, including adding a usable diff comparison ↵Ned Batchelder2009-09-235-9/+17
| | | | when tests fail. Also make it all work under Py3k.
* Some XML report fixes, and a very basic test.Ned Batchelder2009-09-232-0/+35
|
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-234-12/+16
|
* The best way to get py3k support: same source runs on both, with some ↵Ned Batchelder2009-09-2211-20/+93
| | | | contortions.
* Disable the long recursion test under 3.x for now: it crashes the ↵Ned Batchelder2009-09-171-13/+14
| | | | interpreter hard.
* Change how run_timid checks the name of the Tracer class, so that 2.x and ↵Ned Batchelder2009-09-172-5/+5
| | | | 3.x will do it the same.
* Capture the full path to the data file when execution starts. Fixes issue 24.Ned Batchelder2009-09-143-0/+17
|
* Save .coverage when running our own coverage tests.Ned Batchelder2009-09-131-0/+1
|
* A nicer way to write help text.Ned Batchelder2009-09-131-1/+6
|
* assertTrue isn't available in earlier Pythons?Ned Batchelder2009-09-131-9/+9
|
* More tests: really use the help function that writes to stdout.Ned Batchelder2009-09-131-5/+38
|
* All commands are now available as new-style commands.Ned Batchelder2009-09-131-0/+33
|
* Proper help handling for the new command-line syntax.Ned Batchelder2009-09-121-6/+12
|
* First new-style command: runNed Batchelder2009-09-121-116/+103
|
* Major changes to introduce new command line syntax.Ned Batchelder2009-09-121-14/+44
|
* More command line cleanup.Ned Batchelder2009-09-121-1/+1
|
* Switch from getopt to optparse. Thanks, Ben Finney!Ned Batchelder2009-09-101-4/+3
|
* Fix some lint warnings.Ned Batchelder2009-09-091-1/+6
|
* Complete the mock tests for the command line parser. Maybe too complete...Ned Batchelder2009-09-091-9/+203
|
* Re-work some existing command_line tests to include the return status also.Ned Batchelder2009-09-091-39/+59
|