Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | As we change test_api.py, this test needs to change... Maybe not a great idea. | Ned Batchelder | 2017-04-06 | 1 | -1/+9 | |
| | ||||||
* | Use an ISO standard encoding in coding declarations | Ned Batchelder | 2017-02-21 | 1 | -1/+1 | |
| | | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry. | |||||
* | A better way to deal with StopEverything exceptions | Ned Batchelder | 2017-01-19 | 1 | -10/+1 | |
| | ||||||
* | This only happens on Jython | Ned Batchelder | 2017-01-19 | 1 | -1/+1 | |
| | ||||||
* | No test failures on Jython | Ned Batchelder | 2017-01-18 | 1 | -2/+14 | |
| | | | | One or two of these are questionable accommodations, but there are no failures. | |||||
* | Give this variable a more descriptive name | Ned Batchelder | 2016-12-14 | 1 | -8/+8 | |
| | ||||||
* | report must ignore skipped files #524 | loic@dachary.org | 2016-12-12 | 1 | -4/+25 | |
| | | | | | | | | | When files are 100% covered and --skipped-covered is specified, they must not be taken into account to format the text report. It is specially useful when a long filename is skipped. --HG-- branch : issue-524-2 | |||||
* | Use latest pylint | Ned Batchelder | 2016-08-07 | 1 | -6/+6 | |
| | ||||||
* | Update pylint to 1.5.6 | Ned Batchelder | 2016-06-25 | 1 | -6/+7 | |
| | ||||||
* | Mark some impossible-to-cover lines | Ned Batchelder | 2016-06-25 | 1 | -1/+1 | |
| | ||||||
* | Use standard skipTest, which unittest-mixins will override. | Ned Batchelder | 2016-06-12 | 1 | -2/+2 | |
| | ||||||
* | Properly handle invalid sorting option | Ned Batchelder | 2016-06-09 | 1 | -3/+12 | |
| | ||||||
* | Fix these new tests to really test the code | Ned Batchelder | 2016-06-09 | 1 | -17/+61 | |
| | ||||||
* | Move test_summary_class.py into test_summary.py | Ned Batchelder | 2016-06-08 | 1 | -0/+60 | |
| | ||||||
* | Use ->exit for missed branches in the textual report. #469 | Ned Batchelder | 2016-04-18 | 1 | -3/+2 | |
| | ||||||
* | No need to break these lines | Ned Batchelder | 2016-04-12 | 1 | -4/+2 | |
| | ||||||
* | Plain-text output no longer includes trailing spaces | Ned Batchelder | 2016-01-17 | 1 | -22/+11 | |
| | ||||||
* | Add some tests for uncovered cases | Ned Batchelder | 2016-01-06 | 1 | -3/+3 | |
| | | | | | --HG-- branch : ast-branch | |||||
* | Change the other snowman example to a simpler accented character | Ned Batchelder | 2015-10-31 | 1 | -9/+10 | |
| | ||||||
* | Properly handle filenames with non-ASCII characters. #432 | Ned Batchelder | 2015-10-25 | 1 | -0/+28 | |
| | ||||||
* | Fix explicit imports of __init__. #410 | Ned Batchelder | 2015-10-13 | 1 | -1/+1 | |
| | ||||||
* | --skip-covered shouldn't change the final result. #423. | Ned Batchelder | 2015-10-10 | 1 | -5/+14 | |
| | ||||||
* | Clean ups from PR 66 | Ned Batchelder | 2015-08-15 | 1 | -8/+10 | |
| | ||||||
* | Merged in garar/coverage.py (pull request #66) | Ned Batchelder | 2015-08-15 | 1 | -4/+44 | |
|\ | | | | | | | Do not raise an exception for empty summary when using skip_covered. | |||||
| * | Fix no data and skip-covered. | garar | 2015-08-14 | 1 | -2/+17 | |
| | | ||||||
| * | Merge default | garar | 2015-08-14 | 1 | -8/+6 | |
| |\ | ||||||
| * | | Update skip_covered handling, add info when files are skipped. Tests. | garar | 2015-08-14 | 1 | -4/+29 | |
| | | | ||||||
* | | | Remove an unneeded pylint pragma | Ned Batchelder | 2015-08-14 | 1 | -1/+0 | |
| |/ |/| | ||||||
* | | Cleanups | Ned Batchelder | 2015-08-13 | 1 | -8/+6 | |
|/ | ||||||
* | Use the new class name | Ned Batchelder | 2015-07-27 | 1 | -7/+7 | |
| | ||||||
* | Fiddling | Ned Batchelder | 2015-07-26 | 1 | -3/+1 | |
| | ||||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -3/+6 | |
| | ||||||
* | Fix various assertions. | Ionel Cristian Maries | 2015-06-28 | 1 | -3/+7 | |
| | ||||||
* | That didn't yield interesting info | Ned Batchelder | 2015-06-03 | 1 | -10/+0 | |
| | ||||||
* | Machete test for why Jenkins is importing six | Ned Batchelder | 2015-06-03 | 1 | -0/+10 | |
| | ||||||
* | These tests were making mycode.py for tests that didn't need it. | Ned Batchelder | 2015-05-17 | 1 | -2/+12 | |
| | ||||||
* | Remove (most) tearDown functions in favor of addCleanup | Ned Batchelder | 2015-02-09 | 1 | -2/+2 | |
| | ||||||
* | Fully embrace SkipTest with our own method. | Ned Batchelder | 2015-02-07 | 1 | -23/+23 | |
| | | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped. | |||||
* | Clean up some pylint complaints | Ned Batchelder | 2015-02-02 | 1 | -13/+13 | |
| | ||||||
* | Make some test setup more uniform | Ned Batchelder | 2015-01-18 | 1 | -6/+8 | |
| | ||||||
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -2/+3 | |
| | ||||||
* | Properly deal with .pyc files missing their sources. | Ned Batchelder | 2015-01-18 | 1 | -1/+56 | |
| | ||||||
* | When finding the source for a frame, really check if it exists | Ned Batchelder | 2015-01-17 | 1 | -2/+2 | |
| | ||||||
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 1 | -81/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --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 | |||||
* | Clean up the --skip-covered pull request. | Ned Batchelder | 2014-11-23 | 1 | -10/+40 | |
| | ||||||
* | Merged pull request 43: --skip-covered | Ned Batchelder | 2014-11-23 | 1 | -0/+60 | |
|\ | ||||||
| * | Add skip-covered option. | Krystian Kichewko | 2014-11-19 | 1 | -0/+60 | |
| | | ||||||
* | | Change all pylint message codes to message names | Ned Batchelder | 2014-11-23 | 1 | -5/+5 | |
| | | ||||||
* | | Upgraded pylint to 1.4, removed useless suppressions | Ned Batchelder | 2014-11-23 | 1 | -1/+0 | |
|/ | ||||||
* | Make the text report branch column match the HTML report | Ned Batchelder | 2014-10-20 | 1 | -8/+8 | |
| |