summaryrefslogtreecommitdiff
path: root/test/farm
Commit message (Expand)AuthorAgeFilesLines
* The gold files for the test for #179.Ned Batchelder2012-05-142-0/+194
* Add a test case for bug #179.Ned Batchelder2012-05-113-1/+33
* The [html]extra_css configuration value is a file path to a CSS file that get...Ned Batchelder2012-04-206-0/+489
* Don't need these files, they aren't part of the comparison.Ned Batchelder2012-03-229-1034/+0
* If a source file has an encoding declaration, use it when producing the HTML....Ned Batchelder2012-03-214-0/+206
* All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, a...Ned Batchelder2012-03-201-1/+11
* Change the name of the C tracer from Tracer to CTracer, as it always should h...Ned Batchelder2011-09-031-1/+1
* Properly handle Unicode characters in Python source when creating the HTML re...Ned Batchelder2011-08-1714-1/+1240
* for-else constructs are handled properly, avoiding bogus partial branch warni...Ned Batchelder2011-07-042-12/+13
* Update the gold files for HTML since the index file now has keyboard help.Ned Batchelder2011-06-269-0/+150
* Fix a test involving optimized-away constant if statements, and add a test ab...Ned Batchelder2011-06-031-1/+6
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-314-0/+249
* C trace function now roundtrips properly. Fixes #123 and #125.Ned Batchelder2011-04-272-5/+9
* Changing the HTML report means updating gold files.Ned Batchelder2011-04-2126-1897/+2373
* Fix the url canonicalizer to also deal with release urls.Ned Batchelder2010-09-083-3/+3
* Format numbers with %g in xmlreport, since py3.2 uses more digits in str() th...Ned Batchelder2010-09-062-5/+5
* The XML report was missing an attribute Cobertura needed. Fixes #65 and #81.Ned Batchelder2010-09-041-1/+1
* Unify formatting of coverage percentages, and don't show zero or 100 as a res...Ned Batchelder2010-08-221-1/+1
* Get ready to have version-specific doc URLs.Ned Batchelder2010-08-205-2/+5
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-234-5/+5
* The tweaks to HTML today mean the gold files need updating.Ned Batchelder2010-03-1426-246/+498
* Reports now emphasize missed lines over executed lines, since those are more ...Ned Batchelder2010-03-131-1/+1
* XML output file is configurable in .rc file.Ned Batchelder2010-01-094-6/+49
* HTML output directory is now settable in the .rc file.Ned Batchelder2010-01-062-1/+4
* Omit prefixes can be specified in the config file.Ned Batchelder2009-12-2814-9/+459
* Fix crlfsNed Batchelder2009-12-274-16/+16
* Add more tests of omitting files during HTML reporting, and a better way to e...Ned Batchelder2009-12-2721-2/+784
* Remove some redundancy in the farm tests.Ned Batchelder2009-12-274-10/+5
* Make the two html templates more similar in style.Ned Batchelder2009-12-067-416/+371
* Clean-upsNed Batchelder2009-12-054-4/+4
* A little explanation of the partial branch annotations in the HTML report.Ned Batchelder2009-11-303-19/+56
* XML report now includes branch information.Ned Batchelder2009-11-263-0/+51
* Move the javascript code for click-to-sort columns into its own file. It hel...Ned Batchelder2009-11-2520-815/+102
* Don't annotate partial branches with -1, use 'exit' instead.Ned Batchelder2009-11-247-0/+448
* Update the HTML gold files so all the tests pass.Ned Batchelder2009-11-219-177/+272
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-152-6/+8
* Annotations on yellow HTML lines with the line numbers not visited.Ned Batchelder2009-11-081-10/+27
* Updated gold files due to the hover change in the index.html fileNed Batchelder2009-11-022-9/+18
* Stupid simplistic not working yet branch reporting in HTMLNed Batchelder2009-10-251-2/+25
* Try to make this test impervious to platform differences.Ned Batchelder2009-09-272-0/+6
* HTML report includes non-relative code units also. Fixes issue #11, though t...Ned Batchelder2009-09-268-0/+415
* XML report: now validates against the Cobertura dtd.Ned Batchelder2009-09-262-7/+11
* XML command writes to coverage.xml, and takes a -o argument to write it somew...Ned Batchelder2009-09-251-1/+1
* Fix the gold file: need to do this differently, or I'll have to touch this wi...Ned Batchelder2009-09-251-0/+1
* Get the test working properly, including adding a usable diff comparison when...Ned Batchelder2009-09-234-6/+13
* 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 contort...Ned Batchelder2009-09-222-7/+10
* Change how run_timid checks the name of the Tracer class, so that 2.x and 3.x...Ned Batchelder2009-09-172-5/+5
* Capture the full path to the data file when execution starts. Fixes issue 24.Ned Batchelder2009-09-143-0/+17