Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: make upgradenedbat/upgrade-with-kits | Ned Batchelder | 2021-11-30 | 1 | -1/+1 |
| | |||||
* | style: convert more string formatting to f-strings | Ned Batchelder | 2021-11-11 | 1 | -1/+1 |
| | |||||
* | fix: changes for PyPy3.8 | Ned Batchelder | 2021-10-25 | 1 | -0/+1 |
| | | | | | | | | | | - Update tox.ini to let us run against PyPy3.8 - Some 3.8 behavior is (apparently) only on CPython - PyPy3.8 doesn't get along with virtualenv yet (https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our virtualenv tests. | ||||
* | fix: avoid measuring generated code. #1160 | Ned Batchelder | 2021-10-18 | 1 | -3/+19 |
| | |||||
* | style: prefer explicit string concatenation | Ned Batchelder | 2021-10-10 | 1 | -3/+3 |
| | |||||
* | feat: warnings are now real warnings | Ned Batchelder | 2021-05-30 | 1 | -12/+14 |
| | | | | | | This makes coverage warnings visible when running test suites under pytest. But it also means some uninteresting warnings would show up in our own test suite, so we had to catch or suppress those. | ||||
* | test: traced file names seem to be absolute now? #1161 | Ned Batchelder | 2021-05-08 | 1 | -7/+9 |
| | | | | | This was changed in 3.10.0b1 and 3.9.5. Seems like a strange change to throw into 3.9.5, but there it is. Fixes #1161. | ||||
* | refactor: pyupgrade --py36-plus tests/**.py | Ned Batchelder | 2021-05-02 | 1 | -3/+2 |
| | |||||
* | refactor: move the remaining backward.py code, no more backward.py | Ned Batchelder | 2021-05-01 | 1 | -1/+1 |
| | |||||
* | refactor: remove code explicitly choosing between py2 and py3 | Ned Batchelder | 2021-05-01 | 1 | -1/+0 |
| | |||||
* | test: reduce use of unittest | Ned Batchelder | 2021-03-11 | 1 | -1/+1 |
| | |||||
* | refactor: convert all skipping to pytest skips | Ned Batchelder | 2021-02-07 | 1 | -11/+5 |
| | |||||
* | test: more-uniform skipping of test during metacov | Ned Batchelder | 2021-02-07 | 1 | -3/+2 |
| | |||||
* | style: fix long lines and avoid backslashesnedbat/unittest2pytest | Ned Batchelder | 2021-01-31 | 1 | -12/+10 |
| | |||||
* | refactor: unittest2pytest -w tests | Ned Batchelder | 2021-01-31 | 1 | -32/+27 |
| | | | | One step of moving to pure pytest tests. | ||||
* | More bitbucket->github urls | Ned Batchelder | 2020-08-18 | 1 | -7/+7 |
| | |||||
* | Don't trace non-encodable file names. #891 | Ned Batchelder | 2020-01-01 | 1 | -0/+13 |
| | |||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | Asserts should be expected,actual | Ned Batchelder | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Upgrade most dependencies | Ned Batchelder | 2018-05-05 | 1 | -9/+0 |
| | |||||
* | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | Update URLs so link-checker doesn't spew red. | Ned Batchelder | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Properly round-trip the trace function even when not measuring coverage. #575 | Ned Batchelder | 2017-05-02 | 1 | -27/+30 |
| | |||||
* | Add to gettrace/settrace test to be sure it's re-established | Ned Batchelder | 2017-04-30 | 1 | -1/+3 |
| | |||||
* | Get rid of an unnecessary method | Ned Batchelder | 2017-02-10 | 1 | -1/+2 |
| | |||||
* | Get rid of some unused code paths | Ned Batchelder | 2017-01-20 | 1 | -11/+7 |
| | |||||
* | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | No test failures on Jython | Ned Batchelder | 2017-01-18 | 1 | -0/+10 |
| | | | | One or two of these are questionable accommodations, but there are no failures. | ||||
* | The ram test has always been flaky. Mark it as such. | Ned Batchelder | 2017-01-18 | 1 | -0/+2 |
| | |||||
* | A cleaner way to exclude Jython concerns from meta-coverage. | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | Reporting doesn't work on Jython, so don't run reporting tests there. | Ned Batchelder | 2017-01-14 | 1 | -0/+3 |
| | | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f | ||||
* | Tweak some coverage pragmas | Ned Batchelder | 2017-01-11 | 1 | -6/+6 |
| | |||||
* | The PyPy-specific test for atexit/gettrace are also PyPy-version-specific... | Ned Batchelder | 2016-12-31 | 1 | -2/+2 |
| | |||||
* | Don't run the atexit-gettrace test during metacov | Ned Batchelder | 2016-12-31 | 1 | -0/+3 |
| | |||||
* | Add a test of the atexit/gettrace behavior | Ned Batchelder | 2016-12-31 | 1 | -0/+31 |
| | |||||
* | A test that isn't used yet, to test the refcount problem fixed this morning | Ned Batchelder | 2016-12-29 | 1 | -0/+37 |
| | |||||
* | More-accurate pragmas | Ned Batchelder | 2016-11-29 | 1 | -2/+2 |
| | |||||
* | Optionally use pytest as the test runner | Ned Batchelder | 2016-11-01 | 1 | -1/+2 |
| | |||||
* | Fix settrace(py_func). #436. | Ned Batchelder | 2015-11-01 | 1 | -0/+40 |
| | |||||
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 1 | -0/+36 |
| | |||||
* | Prevent pyexpat.c from being recorded as source code. #419 | Ned Batchelder | 2015-10-03 | 1 | -0/+8 |
| | |||||
* | Pragmas for metacoverage | Ned Batchelder | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Use the new class name | Ned Batchelder | 2015-07-27 | 1 | -4/+4 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | is better than | Ned Batchelder | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | More reworking of the data api | Ned Batchelder | 2015-07-12 | 1 | -11/+9 |
| | |||||
* | Coverage._harvest_data is now Coverage.get_data | Ned Batchelder | 2015-07-11 | 1 | -2/+2 |
| | |||||
* | Python 2.6 | Ned Batchelder | 2015-07-11 | 1 | -2/+3 |
| |