Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | One more adjustment for Python 3.9a2 | Ned Batchelder | 2019-12-21 | 1 | -1/+1 | |
| | ||||||
* | bpo 39114 broke 3.9, but maybe it's their bug | Ned Batchelder | 2019-12-21 | 2 | -0/+19 | |
| | ||||||
* | Cleanup and changelog for #899 #900 | Ned Batchelder | 2019-12-21 | 1 | -46/+50 | |
| | ||||||
* | fix context reporting for relative_files | David Szotten | 2019-12-21 | 2 | -36/+62 | |
| | | | | | | fix reporting of contexts when `relative_files = True` fixes #900 | |||||
* | Combine test helpers: remove_files | Ned Batchelder | 2019-12-17 | 2 | -9/+9 | |
| | ||||||
* | run --append --concurrency=multiprocessing didn't use a suffix for the main ↵ | Ned Batchelder | 2019-12-17 | 1 | -4/+24 | |
| | | | | process. #880 | |||||
* | Polish up cmd.rst | Ned Batchelder | 2019-12-08 | 2 | -2/+2 | |
| | ||||||
* | Coverage(data_file=None) means no data file at all. #871 | Ned Batchelder | 2019-12-02 | 1 | -1/+26 | |
| | ||||||
* | The [paths] setting is ordered. #649 | Ned Batchelder | 2019-12-01 | 1 | -0/+43 | |
| | ||||||
* | Experimental: relative_files to support relative file names. | Ned Batchelder | 2019-12-01 | 1 | -0/+91 | |
| | ||||||
* | I'm not sure why I was deleting these meta env vars | Ned Batchelder | 2019-12-01 | 2 | -7/+3 | |
| | | | | Don't we want to measure the coverage of subprocesses we start in tests? | |||||
* | Don't do vars and users in abs_file | Ned Batchelder | 2019-11-28 | 2 | -1/+7 | |
| | | | | It meant file names could be incorrectly expanded. | |||||
* | Make this test more resilient | Ned Batchelder | 2019-11-26 | 1 | -2/+1 | |
| | ||||||
* | Run windows tests in parallel | Ned Batchelder | 2019-11-26 | 1 | -1/+16 | |
| | | | | | ... and fix the cleanup that prevented it previously by retrying until the cleanup succeeds. | |||||
* | These tests needed temp directories | Ned Batchelder | 2019-11-26 | 1 | -1/+3 | |
| | ||||||
* | Mark tests that don't need a temp dir | Ned Batchelder | 2019-11-25 | 4 | -5/+15 | |
| | ||||||
* | Adapt to 3.9's way of reporting files using absolute paths. | Ned Batchelder | 2019-11-25 | 2 | -10/+23 | |
| | ||||||
* | Implement __spec__ for files we run. #745 #838 | Ned Batchelder | 2019-11-24 | 2 | -9/+39 | |
| | ||||||
* | Clean-ups I noticed while doing something else | Ned Batchelder | 2019-11-17 | 3 | -4/+5 | |
| | ||||||
* | Expose numbits_to_nums() SQL function, refs #868 | Simon Willison | 2019-11-12 | 1 | -0/+5 | |
| | ||||||
* | Templite {% joined %} is more convenient than trailing hyphens | Ned Batchelder | 2019-11-11 | 1 | -0/+18 | |
| | ||||||
* | Coverage.py is only capitalized when it starts a sentence | Ned Batchelder | 2019-11-10 | 1 | -3/+3 | |
| | ||||||
* | CoverageData.lines doesn't sort its returned list | Ned Batchelder | 2019-11-09 | 2 | -7/+7 | |
| | ||||||
* | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 4 | -59/+12 | |
| | ||||||
* | Linux tests are runnable | Ned Batchelder | 2019-11-07 | 1 | -5/+15 | |
| | | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8 | |||||
* | A little more metacov | Ned Batchelder | 2019-11-05 | 1 | -2/+2 | |
| | ||||||
* | Exclude some nested coverage lines from coverage | Ned Batchelder | 2019-11-04 | 1 | -28/+32 | |
| | ||||||
* | This file was unused since we deleted test_farm.py a year ago | Ned Batchelder | 2019-11-04 | 1 | -14/+0 | |
| | ||||||
* | Refactor the toml logic | Ned Batchelder | 2019-11-04 | 1 | -6/+21 | |
| | | | | | | | | | - Section names can be dotted. - We only ever read one file, so we don't need to loop over files. - Error messages should show the actual section names where problems happened. | |||||
* | Give warnings about not being able to parse TOML files if toml isn't installed | Ned Batchelder | 2019-11-03 | 1 | -0/+34 | |
| | ||||||
* | A better way to import optional modules | Ned Batchelder | 2019-11-03 | 1 | -0/+12 | |
| | ||||||
* | Expand environment variables in any part of a TOML config | Ned Batchelder | 2019-11-03 | 1 | -1/+2 | |
| | ||||||
* | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 1 | -0/+123 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed and rebased from https://github.com/nedbat/coveragepy/pull/699 Missing getfloat TOMLConfigParser -> TomlConfigParser fix getfloat for int Move TomlConfigParser Add name to contributors Import toml in backward.py fix indentation Don't ignore TomlDecodeError Raise if TomlConfigParser is used without toml installed Add tests for TOML config Fix test on Python 2 Mention toml support in documentation. | |||||
* | Optionally skip empty files in reports | reybog90 | 2019-11-01 | 5 | -2/+71 | |
| | ||||||
* | Upgrade pylint | Ned Batchelder | 2019-10-18 | 4 | -5/+5 | |
| | ||||||
* | More polish on the expandable contexts | Ned Batchelder | 2019-10-17 | 2 | -6/+6 | |
| | ||||||
* | Annotations should appear when hovering the text line, but not other parts ↵ | Ned Batchelder | 2019-10-16 | 2 | -8/+10 | |
| | | | | of #source.p | |||||
* | Only the active context labels should have color | Ned Batchelder | 2019-10-15 | 2 | -2/+2 | |
| | ||||||
* | This test accidentally triggered our exclude regex during metacov | Ned Batchelder | 2019-10-14 | 4 | -15/+16 | |
| | ||||||
* | make update-support | Ned Batchelder | 2019-10-14 | 1 | -18/+16 | |
| | ||||||
* | make css | Ned Batchelder | 2019-10-14 | 1 | -18/+16 | |
| | ||||||
* | Update html gold files | Ned Batchelder | 2019-10-14 | 37 | -204/+204 | |
| | ||||||
* | More convenient gold file structure | Ned Batchelder | 2019-10-14 | 3 | -43/+55 | |
| | ||||||
* | Remove vestigial debugging | Ned Batchelder | 2019-10-14 | 1 | -2/+0 | |
| | ||||||
* | I don't think I need my home dir scrubbed | Ned Batchelder | 2019-10-13 | 1 | -2/+0 | |
| | ||||||
* | Update HTML gold support files | Ned Batchelder | 2019-10-13 | 2 | -46/+47 | |
| | ||||||
* | Update HTML gold tests | Ned Batchelder | 2019-10-13 | 38 | -599/+243 | |
| | ||||||
* | make css | Ned Batchelder | 2019-10-13 | 1 | -43/+44 | |
| | ||||||
* | Better presentation of contexts. #855 | Ned Batchelder | 2019-10-13 | 1 | -4/+10 | |
| | ||||||
* | Save copies of support files so we can view gold files properly | Ned Batchelder | 2019-10-13 | 11 | -0/+914 | |
| |