Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fail_under can now be a float. #631. | Ned Batchelder | 2018-01-21 | 1 | -9/+13 | |
| | ||||||
* | Fine-tune the pypy3 5.10.0 json bug | Ned Batchelder | 2018-01-15 | 1 | -1/+1 | |
| | ||||||
* | 3.5.4 has a regression, so skip a test | Ned Batchelder | 2018-01-14 | 1 | -0/+2 | |
| | ||||||
* | Skip a test that fails due to a bug in PyPy3-5.10 | Ned Batchelder | 2018-01-07 | 1 | -1/+5 | |
| | ||||||
* | Add the latest warning to the docs, and give them consistent punctuation | Ned Batchelder | 2017-10-24 | 1 | -1/+1 | |
| | ||||||
* | Jython 2.7.1rc3 needs | Ned Batchelder | 2017-06-23 | 1 | -0/+3 | |
| | ||||||
* | Update to pylint 1.7.1 | Ned Batchelder | 2017-04-22 | 1 | -2/+0 | |
| | ||||||
* | Convert two warnings tests to non-process | Ned Batchelder | 2017-04-06 | 1 | -33/+0 | |
| | ||||||
* | Warnings can be disabled | Ned Batchelder | 2017-04-04 | 1 | -0/+18 | |
| | ||||||
* | Add slugs to warnings in prep for suppressable warnings | Ned Batchelder | 2017-04-03 | 1 | -5/+6 | |
| | ||||||
* | Move fail-under tests from process-oriented integration tests to ↵ | Ned Batchelder | 2017-03-08 | 1 | -54/+2 | |
| | | | | fake-oriented unit tests | |||||
* | Give should_fail_under pure tests, so we don't need processes to test ↵ | Ned Batchelder | 2017-03-08 | 1 | -38/+0 | |
| | | | | | | | numeric comparisons --HG-- extra : amend_source : 36d1fcdd986d1c2b4cd2af0d96d269e84fa40c2d | |||||
* | 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. | |||||
* | Fix some coverage pragmas | Ned Batchelder | 2017-02-07 | 1 | -7/+7 | |
| | ||||||
* | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 1 | -6/+6 | |
| | ||||||
* | Move the jython conditional for try_execfile.py | Ned Batchelder | 2017-01-19 | 1 | -24/+23 | |
| | ||||||
* | No test failures on Jython | Ned Batchelder | 2017-01-18 | 1 | -9/+13 | |
| | | | | One or two of these are questionable accommodations, but there are no failures. | |||||
* | A cleaner way to exclude Jython concerns from meta-coverage. | Ned Batchelder | 2017-01-16 | 1 | -2/+2 | |
| | ||||||
* | Promote re_line and re_lines to real helpers, with tests. | Ned Batchelder | 2017-01-15 | 1 | -10/+4 | |
| | ||||||
* | Fix two warnings | Ned Batchelder | 2017-01-15 | 1 | -1/+1 | |
| | ||||||
* | Forgot a bunch of jython coverage pragmas | Ned Batchelder | 2017-01-14 | 1 | -3/+3 | |
| | ||||||
* | Excepthook and Unicode path tests need some Jython care | Ned Batchelder | 2017-01-14 | 1 | -6/+13 | |
| | ||||||
* | Put try_execfile tests in their own class, and make them Jython-ok | Ned Batchelder | 2017-01-14 | 1 | -124/+127 | |
| | ||||||
* | More Jython test fixes/skips | Ned Batchelder | 2017-01-14 | 1 | -0/+15 | |
| | ||||||
* | Mysterious case of 'coverage2' being available in py35, not sure why | Ned Batchelder | 2017-01-03 | 1 | -0/+1 | |
| | ||||||
* | Make sure the excepthook is measured. | Ned Batchelder | 2016-12-26 | 1 | -0/+9 | |
| | ||||||
* | Don't stress over PyPy differences, and fix file names | Ned Batchelder | 2016-12-26 | 1 | -9/+13 | |
| | ||||||
* | Make excepthook execution more accurate. Pypy tests failing | Ned Batchelder | 2016-12-26 | 1 | -2/+5 | |
| | ||||||
* | Put the excepthook tests in their own class for convenience | Ned Batchelder | 2016-12-26 | 1 | -1/+4 | |
| | ||||||
* | Merged in andrewhoos/coverage.py (pull request #93) | Ned Batchelder | 2016-12-26 | 1 | -0/+60 | |
|\ | | | | | | | Explicitely call sys.excepthook | |||||
| * | Update change with tests and fixes for tests | Andrew Hoos | 2016-11-30 | 1 | -0/+60 | |
| | | ||||||
* | | Add a "make smoke" target for a quick test run. | Ned Batchelder | 2016-12-18 | 1 | -0/+3 | |
| | | ||||||
* | | Oh 2.6, you get me every time | Ned Batchelder | 2016-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | A better way to find the pth directory | Ned Batchelder | 2016-12-06 | 1 | -14/+18 | |
| | | ||||||
* | | Remove the filelock experiment | Ned Batchelder | 2016-12-06 | 1 | -8/+4 | |
| | | ||||||
* | | Need to clean up in the right order | Ned Batchelder | 2016-12-04 | 1 | -1/+2 | |
| | | ||||||
* | | Quick hack to try avoiding stepping on each others' pth files | Ned Batchelder | 2016-12-04 | 1 | -12/+24 | |
|/ | ||||||
* | Fix two problems with xdist'ed tests | Ned Batchelder | 2016-11-26 | 1 | -1/+2 | |
| | ||||||
* | Enable pytest warnings, and fix/silence a few | Ned Batchelder | 2016-11-26 | 1 | -2/+2 | |
| | ||||||
* | Python 3.3 fails on the LANG=C test. Skip it. | Ned Batchelder | 2016-11-17 | 1 | -0/+3 | |
| | ||||||
* | Run test in a 2.6-compatible way | Ned Batchelder | 2016-11-17 | 1 | -1/+1 | |
| | ||||||
* | Don't collapse in an ascii-only file-world. #533 | Ned Batchelder | 2016-11-17 | 1 | -0/+17 | |
| | ||||||
* | Ensure random suffixes are different after forking | Ned Batchelder | 2016-09-22 | 1 | -5/+10 | |
| | ||||||
* | Use latest pylint | Ned Batchelder | 2016-08-07 | 1 | -1/+1 | |
| | ||||||
* | Combining twice shouldn't lose data. #412, #516 | Ned Batchelder | 2016-08-07 | 1 | -1/+11 | |
| | ||||||
* | Add a test that .pth measurement doesn't include existing data | Ned Batchelder | 2016-07-29 | 1 | -0/+7 | |
| | ||||||
* | Cover a few more lines in cmdline.py | Ned Batchelder | 2016-07-10 | 1 | -0/+38 | |
| | ||||||
* | Update pylint to 1.5.6 | Ned Batchelder | 2016-06-25 | 1 | -1/+3 | |
| | ||||||
* | Fixes two overlookeds self.skip calls | Ned Batchelder | 2016-06-25 | 1 | -2/+2 | |
| | ||||||
* | Combine no longer appends by default | Ned Batchelder | 2016-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | Combine used to always load an existing .coverage file. This lead to confusing results and extra tox-clean steps. Now the default is to not load the existing file, though a new --append switch on coverage combine gets you that behavior if you need it. This also pointed up an issue with concurrency=multiprocessing, which is that the child processes automatically used parallel=True, but the parent process did not. Now concurrency=multiprocessing implies parallel=True. |