summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Annotations on yellow HTML lines with the line numbers not visited.Ned Batchelder2009-11-081-10/+27
* Clean up.Ned Batchelder2009-11-081-1/+2
* Dict literals shouldn't count as many different exits.Ned Batchelder2009-11-081-0/+18
* Shouldn't count multiple (-1,x) arcs as branches.Ned Batchelder2009-11-081-2/+2
* Added branch stats to results, and the summary report includes them.Ned Batchelder2009-11-081-20/+40
* Make the naming of Results attributes more consistent.Ned Batchelder2009-11-031-6/+9
* Split out the report tests, to give them their due.Ned Batchelder2009-11-022-62/+87
* Test and refactor Numbers.Ned Batchelder2009-11-021-0/+35
* Some lint cleanupNed Batchelder2009-11-021-1/+2
* CodeParser couldn't deal with being passed the text directly.Ned Batchelder2009-11-021-1/+5
* Updated gold files due to the hover change in the index.html fileNed Batchelder2009-11-022-9/+18
* More tests for arc situations I'm uncertain of, but at least this captures th...Ned Batchelder2009-10-301-0/+53
* Shift some tests around.Ned Batchelder2009-10-281-14/+14
* Didn't deal with internal returns properly.Ned Batchelder2009-10-271-0/+14
* Templite v2, which can handle if's and nested control structures.Ned Batchelder2009-10-251-2/+57
* Pylint is a stern taskmasterNed Batchelder2009-10-253-2/+4
* Templite now allows comments within curly-hash markers.Ned Batchelder2009-10-251-0/+10
* I guess the problem on 3.1 was in my C extension, because the recent changes ...Ned Batchelder2009-10-251-14/+13
* Report errors finding source files to execute more nicely. Fixes issue #23.Ned Batchelder2009-10-252-0/+9
* Py 2.3 supportNed Batchelder2009-10-251-0/+2
* Stupid simplistic not working yet branch reporting in HTMLNed Batchelder2009-10-251-2/+25
* Treat missing source files nicer.Ned Batchelder2009-10-251-0/+22
* Add an assert_matches method, and tests to prove it works.Ned Batchelder2009-10-252-1/+33
* Properly shift multiline references to the first line of the statement. This...Ned Batchelder2009-10-231-0/+11
* More complexity in figuring out where finally clauses might go.Ned Batchelder2009-10-211-0/+56
* Slow progress on adding arc measurement tests.Ned Batchelder2009-10-201-1/+17
* 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
* 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
* 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 o...Ned Batchelder2009-10-041-2/+2
* 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
* Added a 'coverage debug' command to get internal information for diagnosing p...Ned Batchelder2009-09-271-5/+20
* HTML report includes non-relative code units also. Fixes issue #11, though t...Ned Batchelder2009-09-269-1/+428
* Use universal newline mode when comparing test results.Ned Batchelder2009-09-261-2/+2
* lint cleanupNed Batchelder2009-09-261-0/+6