Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a test that report uses the precision. | Ned Batchelder | 2018-01-21 | 1 | -0/+43 |
| | |||||
* | Don't confuse run-include with report-include (and also omit). Fixes #621 ↵ | Ned Batchelder | 2018-01-20 | 1 | -0/+35 |
| | | | | and #622. | ||||
* | One last sensitivity to module docstrings | Ned Batchelder | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Remove a module docstring that makes tests differ by Python version | Ned Batchelder | 2017-10-05 | 1 | -3/+3 |
| | |||||
* | Refactor common test infrastructure for fiddling sys.path and finding files | Ned Batchelder | 2017-05-04 | 1 | -24/+7 |
| | |||||
* | Update to pylint 1.7.1 | Ned Batchelder | 2017-04-22 | 1 | -1/+0 |
| | |||||
* | 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 #524issue-524-2 | loic | 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. | ||||
* | 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 |
| | |||||
* | 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 | -1/+0 |
|\ | | | | | | | Do not raise an exception for empty summary when using skip_covered. | ||||
| * | Remove an unneeded pylint pragma | Ned Batchelder | 2015-08-14 | 1 | -1/+0 |
| | | |||||
* | | Fix no data and skip-covered. | garar | 2015-08-14 | 1 | -2/+17 |
| | | |||||
* | | Merge default | garar | 2015-08-14 | 1 | -4/+29 |
|\ \ | |/ |/| | |||||
| * | Update skip_covered handling, add info when files are skipped. Tests. | garar | 2015-08-14 | 1 | -4/+29 |
| | | |||||
* | | 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 |
| |