Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use pylint 2.x | Ned Batchelder | 2019-05-13 | 1 | -7/+7 | |
| | ||||||
* | Sort the text missing results by line number, not kind | Ned Batchelder | 2018-12-25 | 1 | -1/+1 | |
| | ||||||
* | Asserts should be expected,actual | Ned Batchelder | 2018-12-24 | 1 | -2/+2 | |
| | ||||||
* | Travis pulls in other libraries somehow. Exclude them | Ned Batchelder | 2018-11-18 | 1 | -2/+2 | |
| | ||||||
* | Convert farm/run_chdir.py to a test_summary.py test | Ned Batchelder | 2018-11-18 | 1 | -0/+14 | |
| | ||||||
* | Convert farm/run/run_xxx.py to a test_summary.py test | Ned Batchelder | 2018-11-18 | 1 | -0/+16 | |
| | ||||||
* | Use --source to ensure tests are showing what we want. | Ned Batchelder | 2018-10-14 | 1 | -4/+4 | |
| | | | | | | | | | | | Travis started having these extra files in coverage reports from our tests: site-packages/pkg_resources/_vendor/six.py site-packages/pkg_resources/extern/__init__.py I don't know why they are being pulled in, but the tests aren't interested in them, and it is throwing off the results. | |||||
* | Change these tests to not use weird attribute stuffing | Ned Batchelder | 2018-09-21 | 1 | -29/+29 | |
| | ||||||
* | More tests need temp directories | Ned Batchelder | 2018-09-02 | 1 | -4/+0 | |
| | ||||||
* | Make file operations implicit on constructed filename | Ned Batchelder | 2018-07-23 | 1 | -1/+1 | |
| | ||||||
* | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 1 | -1/+1 | |
| | ||||||
* | Fix a too-long line | Ned Batchelder | 2018-06-29 | 1 | -1/+2 | |
| | ||||||
* | Fix the indentation of closing triple quotes | Ned Batchelder | 2018-06-28 | 1 | -12/+12 | |
| | ||||||
* | Exclude site-packages so vendored code doesn't pollute test results | Ned Batchelder | 2018-06-28 | 1 | -1/+15 | |
| | ||||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 | |
| | ||||||
* | 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 #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 | |
|/ |