Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need for utf-8 coding commentsnedbat/drop-py2 | Ned Batchelder | 2020-03-07 | 11 | -11/+0 |
| | |||||
* | import_local_file is no longer backward | Ned Batchelder | 2020-03-07 | 7 | -8/+24 |
| | |||||
* | Simplify the importlib backwardness | Ned Batchelder | 2020-03-07 | 1 | -2/+2 |
| | |||||
* | WIP: drop Python 2 | Ned Batchelder | 2020-03-03 | 25 | -376/+69 |
| | |||||
* | sysconfig has been available since 2.7 | Ned Batchelder | 2020-02-29 | 1 | -2/+2 |
| | |||||
* | Remove a temporary xfail for 3.9a2 | Ned Batchelder | 2020-01-25 | 1 | -8/+1 |
| | |||||
* | Better xfail mechanism | Ned Batchelder | 2020-01-18 | 4 | -25/+24 |
| | |||||
* | "coverage debug premain" | Ned Batchelder | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | A test of running coverage when it has been zipped. #862 | Ned Batchelder | 2020-01-11 | 1 | -1/+12 |
| | |||||
* | A test that reproduces #862 | Ned Batchelder | 2020-01-10 | 1 | -0/+18 |
| | |||||
* | bpo39166 is fixed | Ned Batchelder | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | A test replicating #916 | Ned Batchelder | 2020-01-07 | 1 | -2/+11 |
| | |||||
* | Ensure file touching happens if nothing was measured. #884 | Ned Batchelder | 2020-01-04 | 1 | -0/+15 |
| | |||||
* | A better name for a thing I will soon delete | Ned Batchelder | 2020-01-04 | 1 | -6/+6 |
| | |||||
* | A test for #909 | Ned Batchelder | 2020-01-03 | 1 | -0/+28 |
| | |||||
* | Don't trace non-encodable file names. #891 | Ned Batchelder | 2020-01-01 | 1 | -0/+13 |
| | |||||
* | Changing PYVERSION to six elements broke one equality comparison | Ned Batchelder | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | bpo-39114 will be fixed soon. | Ned Batchelder | 2019-12-31 | 1 | -2/+2 |
| | |||||
* | Adjust other env.PYPY tests to the latest way | Ned Batchelder | 2019-12-31 | 4 | -6/+5 |
| | |||||
* | xfail a test due to a PyPy3 7.3.0 change | Ned Batchelder | 2019-12-31 | 1 | -1/+3 |
| | |||||
* | Move test helpers to tests.helpers | Ned Batchelder | 2019-12-31 | 5 | -32/+104 |
| | |||||
* | Easier to decipher arcz output | Ned Batchelder | 2019-12-31 | 2 | -4/+23 |
| | |||||
* | Use a fixed width for info labels | Ned Batchelder | 2019-12-29 | 1 | -11/+21 |
| | | | | | It makes it look nicer when using --debug=config,sys and it makes it easier to compare output between two different versions. | ||||
* | Fix --debug=sys. #907 | Ned Batchelder | 2019-12-28 | 1 | -0/+8 |
| | |||||
* | Warn if two things change the dynamic context. #901 | Ned Batchelder | 2019-12-27 | 1 | -0/+13 |
| | |||||
* | Warnings can be marked to only display once. | Ned Batchelder | 2019-12-27 | 2 | -4/+15 |
| | |||||
* | Use abspath to rc file so that chdir doesn't bork us. #890 | Ned Batchelder | 2019-12-23 | 1 | -0/+19 |
| | |||||
* | Catch and display expceptions during multiprocessing bootstrap. | Ned Batchelder | 2019-12-23 | 1 | -0/+17 |
| | |||||
* | A way to artificially crash coverage, for testing. | Ned Batchelder | 2019-12-23 | 1 | -0/+15 |
| | |||||
* | Confirm that run_command will show us both stdout and stderr | Ned Batchelder | 2019-12-23 | 1 | -0/+11 |
| | |||||
* | Detect when a 4.x data file is being read. #886 | Ned Batchelder | 2019-12-22 | 1 | -5/+12 |
| | |||||
* | Don't need to check for JSON-era bad-data messages any more | Ned Batchelder | 2019-12-22 | 2 | -15/+0 |
| | |||||
* | 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 |
| |