Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert farm html tests to goldtests. | Ned Batchelder | 2015-08-31 | 19 | -409/+2 |
| | |||||
* | Another thing we don't need any more | Ned Batchelder | 2015-08-19 | 1 | -36/+0 |
| | |||||
* | Don't need to pre-make xml report dirs any more. | Ned Batchelder | 2015-08-19 | 3 | -12/+0 |
| | |||||
* | Hmm, didn't need this file... | Ned Batchelder | 2015-08-18 | 1 | -23/+0 |
| | |||||
* | More information in the HTML missing branch annotations. | Ned Batchelder | 2015-08-02 | 1 | -3/+3 |
| | |||||
* | Use the new class name | Ned Batchelder | 2015-07-27 | 17 | -17/+17 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 94 | -382/+823 |
| | |||||
* | Change the gold files to use double quotes, more pain from the absurd #361. | Ned Batchelder | 2015-07-24 | 36 | -1747/+1747 |
| | |||||
* | Refer to the project consistenly as coverage.py. #275 | Ned Batchelder | 2015-07-23 | 25 | -25/+25 |
| | |||||
* | The DTD is no longer valid. Don't reference it. | Ned Batchelder | 2015-07-22 | 2 | -4/+2 |
| | |||||
* | Add an attribute to the XML report for missed branches | Ned Batchelder | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | Adding DTD_URL constant to coverage.xmlreport, pointing DTD_URL at current ↵ | Ted Wexler | 2015-07-20 | 3 | -3/+3 |
| | | | | commit of coverage-03.dtd in the Ccobertura github repository. | ||||
* | Change FileLocator from a class to module-level functions | Ned Batchelder | 2015-06-13 | 3 | -6/+6 |
| | |||||
* | Fix a test, and finish the paperwork for #363. | Ned Batchelder | 2015-04-24 | 1 | -0/+0 |
| | |||||
* | Merged in lep/coverage.py (pull request #48) | Ned Batchelder | 2015-04-24 | 9 | -40/+40 |
|\ | | | | | | | Fix #363: crash when annotating non-ascii characters in python 2. | ||||
| * | Fix Issue 361, and update tests accordingly. | Jon Chappell | 2015-04-13 | 9 | -40/+40 |
| | | |||||
* | | Add annotated test file. | Leonardo Pistone | 2015-04-14 | 1 | -0/+4 |
| | | |||||
* | | Fix #363: crash when annotating non-ascii characters in python 2. | Leonardo Pistone | 2015-04-14 | 2 | -0/+11 |
|/ | |||||
* | Fix the tests that were looking for the doc URL. | Ned Batchelder | 2015-01-26 | 5 | -5/+5 |
| | |||||
* | Fix bad regression: XML report now reports packages again. #235 | Ned Batchelder | 2015-01-19 | 2 | -2/+2 |
| | |||||
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 34 | -22/+22 |
| | |||||
* | For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵ | Ned Batchelder | 2014-12-12 | 3 | -3/+3 |
| | | | | them. | ||||
* | Make tests work with latest unittest2 | Ned Batchelder | 2014-11-01 | 6 | -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 files | Ned Batchelder | 2014-10-31 | 37 | -452/+535 |
| | |||||
* | Filtering now computes coverage percentages properly. | Ned Batchelder | 2014-10-22 | 3 | -11/+25 |
| | |||||
* | Update tests changed by new HTML for filtering | Ned Batchelder | 2014-10-20 | 13 | -54/+245 |
| | |||||
* | Remove support for COVERAGE_OPTIONS environment variable. | Ned Batchelder | 2014-09-28 | 1 | -20/+0 |
| | |||||
* | 2.7.8 changed how xmlcharrefreplace handles surrogates. | Ned Batchelder | 2014-09-21 | 1 | -10/+4 |
| | |||||
* | Switch some uses of old command line syntax to new | Ned Batchelder | 2014-05-18 | 6 | -13/+13 |
| | |||||
* | Clean up Stan Hu's pull request, and add him to changes and authors | Ned Batchelder | 2014-05-02 | 3 | -15/+12 |
| | |||||
* | Update tests to handle XML whitespaces differences in Python 2.6. Apply the ↵ | Stan Hu | 2014-04-25 | 3 | -3/+6 |
| | | | | | | regexp scrubs to the entire file instead of individual lines for this to work. | ||||
* | Test value inside <source> element | Stan Hu | 2014-02-04 | 3 | -3/+15 |
| | |||||
* | Issue #94: Include the sources element | Stan Hu | 2014-02-03 | 6 | -0/+12 |
| | |||||
* | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 1 | -4/+3 |
| | |||||
* | Fix the jquery-1.4.3 reference in the js tests, where it matters, and in the ↵ | Ned Batchelder | 2013-10-06 | 36 | -36/+36 |
| | | | | html gold files, where it really doesn't, but it's good to clean it all up. | ||||
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 2 | -3/+3 |
| | |||||
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 104 | -0/+4570 |
package. |