summaryrefslogtreecommitdiff
path: root/tests/farm
Commit message (Collapse)AuthorAgeFilesLines
* Py2-specific gold filesNed Batchelder2018-08-242-29/+23
|
* When we trimmed trailing whitespace, we lost the last newline. Put it back.Ned Batchelder2018-08-2436-75/+75
|
* Remove needless license lines from html testsNed Batchelder2018-08-2436-437/+281
|
* Better handling of the absolute paths to the test temp directoryNed Batchelder2018-08-242-5/+5
|
* Delete unneeded farm/src filesNed Batchelder2018-08-2419-196/+0
|
* Stop using farm/src for HTML tests.Ned Batchelder2018-08-242-3/+3
|
* Remove some unneeded lines from the code-in-code xml testsNed Batchelder2018-08-242-14/+14
|
* New gold files with trimmed whitespaceNed Batchelder2018-06-2938-796/+76
|
* Updated gold files for bom.pyNed Batchelder2018-06-274-30/+265
|
* Updated html gold filesNed Batchelder2018-06-2734-283/+293
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-2464-64/+64
|
* Use Cobertura v4 XML format. #570Ned Batchelder2017-04-042-4/+4
|
* Use different out directories for each farm testNed Batchelder2017-01-144-20/+20
|
* Test excluded lines in the html reportNed Batchelder2016-11-302-3/+15
|
* readthedocs.io nowNed Batchelder2016-04-3035-35/+35
|
* Fix the tests for HTML annotation changesNed Batchelder2016-02-031-8/+47
|
* Convert farm html tests to goldtests.Ned Batchelder2015-08-3119-409/+2
|
* Another thing we don't need any moreNed Batchelder2015-08-191-36/+0
|
* Don't need to pre-make xml report dirs any more.Ned Batchelder2015-08-193-12/+0
|
* Hmm, didn't need this file...Ned Batchelder2015-08-181-23/+0
|
* More information in the HTML missing branch annotations.Ned Batchelder2015-08-021-3/+3
|
* Use the new class nameNed Batchelder2015-07-2717-17/+17
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-2494-382/+823
|
* Change the gold files to use double quotes, more pain from the absurd #361.Ned Batchelder2015-07-2436-1747/+1747
|
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-2325-25/+25
|
* The DTD is no longer valid. Don't reference it.Ned Batchelder2015-07-222-4/+2
|
* Add an attribute to the XML report for missed branchesNed Batchelder2015-07-221-1/+1
|
* Adding DTD_URL constant to coverage.xmlreport, pointing DTD_URL at current ↵Ted Wexler2015-07-203-3/+3
| | | | commit of coverage-03.dtd in the Ccobertura github repository.
* Change FileLocator from a class to module-level functionsNed Batchelder2015-06-133-6/+6
|
* Fix a test, and finish the paperwork for #363.Ned Batchelder2015-04-241-0/+0
| | | | | --HG-- rename : tests/farm/annotate/gold_encogings/utf8.py,cover => tests/farm/annotate/gold_encodings/utf8.py,cover
* Merged in lep/coverage.py (pull request #48)Ned Batchelder2015-04-243-0/+15
|\ | | | | | | Fix #363: crash when annotating non-ascii characters in python 2.
| * Add annotated test file.Leonardo Pistone2015-04-141-0/+4
| |
| * Fix #363: crash when annotating non-ascii characters in python 2.Leonardo Pistone2015-04-142-0/+11
| | | | | | | | | | --HG-- extra : amend_source : 8297268531b6014e4f2c2a445385f89688a3fb93
* | Fix Issue 361, and update tests accordingly.Jon Chappell2015-04-139-40/+40
|/ | | | | --HG-- branch : issue361
* Fix the tests that were looking for the doc URL.Ned Batchelder2015-01-265-5/+5
|
* Fix bad regression: XML report now reports packages again. #235Ned Batchelder2015-01-192-2/+2
|
* Use file names with extensions in reports.Ned Batchelder2015-01-1734-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵Ned Batchelder2014-12-123-3/+3
| | | | them.
* Make tests work with latest unittest2Ned Batchelder2014-11-016-6/+6
| | | | | | unittest2 now requires six. Six installs an importer hook. That hook is run and measured during these tests. Adding the include argument limits the measurement so that six doesn't appear in the results.
* Update gold filesNed Batchelder2014-10-3137-452/+535
|
* Filtering now computes coverage percentages properly.Ned Batchelder2014-10-223-11/+25
|
* Update tests changed by new HTML for filteringNed Batchelder2014-10-2013-54/+245
|
* Remove support for COVERAGE_OPTIONS environment variable.Ned Batchelder2014-09-281-20/+0
|
* 2.7.8 changed how xmlcharrefreplace handles surrogates.Ned Batchelder2014-09-211-10/+4
|
* Switch some uses of old command line syntax to newNed Batchelder2014-05-186-13/+13
|
* Clean up Stan Hu's pull request, and add him to changes and authorsNed Batchelder2014-05-023-15/+12
|
* Update tests to handle XML whitespaces differences in Python 2.6. Apply the ↵Stan Hu2014-04-253-3/+6
| | | | | | regexp scrubs to the entire file instead of individual lines for this to work.
* Test value inside <source> elementStan Hu2014-02-043-3/+15
|
* Issue #94: Include the sources elementStan Hu2014-02-036-0/+12
|
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-4/+3
| | | | | --HG-- branch : 4.0