Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: generate xml report packages correctly on windows (#1574) | Benjamin Parzella | 2023-03-14 | 1 | -0/+33 |
| | | | | | | | * fix: generate xml report packages correctly on windows * test: check duplicate package names in xml report * fix: shorten long line in test_xml | ||||
* | test: stricter regex to avoid false CodeQL alarms | Ned Batchelder | 2023-02-22 | 1 | -1/+1 |
| | | | | | | | | | Will fix: https://github.com/nedbat/coveragepy/security/code-scanning/3 https://github.com/nedbat/coveragepy/security/code-scanning/4 (though tbh, not sure how to close those as fixed?) | ||||
* | style: use good style for annotated defaults parameters | Ned Batchelder | 2023-01-05 | 1 | -2/+2 |
| | |||||
* | mypy: use __future__ uniformly in checked files | Ned Batchelder | 2023-01-05 | 1 | -0/+2 |
| | |||||
* | mypy: test_xml.py | Ned Batchelder | 2023-01-01 | 1 | -42/+49 |
| | |||||
* | fix: don't create a data file when just trying to read one. #13286.4 | Ned Batchelder | 2022-05-22 | 1 | -0/+1 |
| | |||||
* | style: parens should indent the same as their opening line | Ned Batchelder | 2022-05-01 | 1 | -7/+7 |
| | |||||
* | refactor(test): move unicode handling tests to individual test files | Ned Batchelder | 2021-11-20 | 1 | -1/+42 |
| | | | | Eight fewer sub-processes | ||||
* | refactor(test): remove subprocesses from test_xml.py | Ned Batchelder | 2021-11-20 | 1 | -15/+23 |
| | |||||
* | fix: warn about more source file problems | Ned Batchelder | 2021-11-09 | 1 | -1/+6 |
| | |||||
* | feat: warnings are now real warnings | Ned Batchelder | 2021-05-30 | 1 | -2/+7 |
| | | | | | | 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. | ||||
* | refactor: pyupgrade --py36-plus tests/**.py | Ned Batchelder | 2021-05-02 | 1 | -4/+3 |
| | |||||
* | refactor: move the remaining backward.py code, no more backward.py | Ned Batchelder | 2021-05-01 | 1 | -1/+1 |
| | |||||
* | refactor: our own change_dir context manager | Ned Batchelder | 2021-03-11 | 1 | -1/+1 |
| | | | | We don't need to use the one from unittest_mixins. | ||||
* | style: fix long lines and avoid backslashesnedbat/unittest2pytest | Ned Batchelder | 2021-01-31 | 1 | -2/+1 |
| | |||||
* | style: correct placement of auto-added pytest imports | Ned Batchelder | 2021-01-31 | 1 | -1/+1 |
| | |||||
* | refactor: unittest2pytest -w tests | Ned Batchelder | 2021-01-31 | 1 | -7/+6 |
| | | | | One step of moving to pure pytest tests. | ||||
* | More bitbucket->github urls | Ned Batchelder | 2020-08-18 | 1 | -8/+8 |
| | |||||
* | --skip-empty now applies to the XML report also. #976nedbat/bug976 | Ned Batchelder | 2020-06-30 | 1 | -0/+7 |
| | |||||
* | relative_files makes XML store relative paths. #948. | Ned Batchelder | 2020-03-15 | 1 | -0/+13 |
| | |||||
* | Mark tests that don't need a temp dir | Ned Batchelder | 2019-11-25 | 1 | -0/+2 |
| | |||||
* | Clean-ups I noticed while doing something else | Ned Batchelder | 2019-11-17 | 1 | -1/+3 |
| | |||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -3/+3 |
| | |||||
* | Rewrite XML tests to use xml parsing instead of regexes | Ned Batchelder | 2019-03-23 | 1 | -117/+175 |
| | |||||
* | Rename farm to gold, since that's what it is | Ned Batchelder | 2018-11-18 | 1 | -3/+3 |
| | |||||
* | Simplify the way we run coverage in these tests | Ned Batchelder | 2018-11-15 | 1 | -10/+3 |
| | |||||
* | Refactor the XML comparison | Ned Batchelder | 2018-11-11 | 1 | -23/+16 |
| | |||||
* | Have to escape data going into a regex sub | Ned Batchelder | 2018-08-30 | 1 | -3/+3 |
| | |||||
* | Stop using farm/src for HTML tests. | Ned Batchelder | 2018-08-24 | 1 | -8/+5 |
| | |||||
* | Remove some unneeded lines from the code-in-code xml tests | Ned Batchelder | 2018-08-24 | 1 | -15/+0 |
| | |||||
* | Change XML gold tests to not use a common source directory | Ned Batchelder | 2018-08-24 | 1 | -40/+74 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Make sure xml reports specify valid source filenames. #526 | Ned Batchelder | 2017-05-05 | 1 | -6/+9 |
| | |||||
* | Fix: xml report fails in non-ascii directory. #573 | Ned Batchelder | 2017-04-30 | 1 | -0/+9 |
| | |||||
* | Get rid of an unnecessary method | Ned Batchelder | 2017-02-10 | 1 | -2/+3 |
| | |||||
* | Promote re_line and re_lines to real helpers, with tests. | Ned Batchelder | 2017-01-15 | 1 | -14/+2 |
| | |||||
* | Mark some impossible-to-cover lines | Ned Batchelder | 2016-06-25 | 1 | -3/+3 |
| | |||||
* | readthedocs.io now | Ned Batchelder | 2016-04-30 | 1 | -3/+3 |
| | |||||
* | Do a better job with sources in the XML report | Ned Batchelder | 2016-01-23 | 1 | -0/+10 |
| | |||||
* | Windows windows | Ned Batchelder | 2015-11-22 | 1 | -3/+3 |
| | |||||
* | Use a more forceful file name comparison, to make Windows tests pass. | Ned Batchelder | 2015-11-22 | 1 | -3/+5 |
| | |||||
* | XML <source> element properly reflects --source= option. #439 | Ned Batchelder | 2015-11-22 | 1 | -0/+41 |
| | |||||
* | Fix pylint warnings | Ned Batchelder | 2015-09-04 | 1 | -1/+5 |
| | |||||
* | Convert farm html tests to goldtests. | Ned Batchelder | 2015-08-31 | 1 | -0/+62 |
| | |||||
* | Change the coverage.config item-access syntax to a real method call. | Ned Batchelder | 2015-08-02 | 1 | -3/+3 |
| | | | | | The square brackets were too cute, and I couldn't figure out how to document them anyway! | ||||
* | Use the new class name | Ned Batchelder | 2015-07-27 | 1 | -5/+5 |
| | |||||
* | Better spelling. | Ned Batchelder | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Keep windows working | Ned Batchelder | 2015-01-25 | 1 | -1/+7 |
| | |||||
* | XML package_depth configuration option. Thanks, Lex Berezhny | Ned Batchelder | 2015-01-19 | 1 | -18/+76 |
| |