summaryrefslogtreecommitdiff
path: root/test/farm
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ned Batchelder2011-06-031-1/+6
| | | | about them.
* 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
| | | | | --HG-- branch : bug_123
* 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() ↵Ned Batchelder2010-09-062-5/+5
| | | | than previous Pythons, throwing off the gold files. We didn't need 9 digits of precision anyway...
* 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 ↵Ned Batchelder2010-08-221-1/+1
| | | | result of rounding. Fixes #41 and #70.
* 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 ↵Ned Batchelder2010-05-234-5/+5
| | | | INCOMPATIBLE change.
* 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
| | | | helpful for directing developers to improved test coverage.
* XML output file is configurable in .rc file.Ned Batchelder2010-01-094-6/+49
| | | | | --HG-- rename : test/farm/html/run_a_xml.py => test/farm/html/run_a_xml_1.py
* 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 ↵Ned Batchelder2009-12-2721-2/+784
| | | | enable re-importing modules during test_farm tests.
* Remove some redundancy in the farm tests.Ned Batchelder2009-12-274-10/+5
| | | | | --HG-- rename : test/farm/html/run_x_xml.py => test/farm/html/run_a_xml.py
* 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 ↵Ned Batchelder2009-11-2520-815/+102
| | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests.
* 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
| | | | | --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
* HTML report includes non-relative code units also. Fixes issue #11, though ↵Ned Batchelder2009-09-268-0/+415
| | | | the paths displayed in the HTML are kind of heinous.
* 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 ↵Ned Batchelder2009-09-251-1/+1
| | | | somewhere else.
* 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...
* Get the test working properly, including adding a usable diff comparison ↵Ned Batchelder2009-09-234-6/+13
| | | | 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-222-7/+10
| | | | contortions.
* 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
|
* Fix a problem with DecoratorTools fiddling with the trace function and ↵Ned Batchelder2009-08-092-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: print statements in test files and gold annotation files have to be ↵Ned Batchelder2009-07-094-6/+8
| | | | switched to a 2-and-3 compatible form that 2to3.py won't change.
* Py3k: fix more print statements.Ned Batchelder2009-07-091-1/+1
|
* Comparing files needs to be agnostic to line endings, or testing on Linux ↵Ned Batchelder2009-06-239-98/+98
| | | | won't work. Now gold files are newline-only, and the comparison function ignores line endings.
* Expand tabs to spaces before creating HTML output. Fixes bug #6.Ned Batchelder2009-06-102-0/+26
|
* Add some excluded lines to the annotation tests, and write some docstrings ↵Ned Batchelder2009-05-133-0/+6
| | | | for annotate.py
* Treat files not ending in .py properly.Ned Batchelder2009-05-071-1/+5
|
* OS truceNed Batchelder2009-05-071-8/+8
|
* Add a failing test for running non-.py files on the command line.Ned Batchelder2009-05-072-0/+16
|