Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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. |