Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide more information in the fail-under message | Ned Batchelder | 2020-06-28 | 1 | -2/+8 |
| | |||||
* | Merge pull request #977 from navyad/navyad/fail-under | Ned Batchelder | 2020-06-28 | 1 | -2/+2 |
|\ | | | | | message for fail-under | ||||
| * | message for fail-under | navyad | 2020-04-19 | 1 | -2/+2 |
| | | |||||
* | | A few further style tweaks to the HTML report | Ned Batchelder | 2020-06-28 | 1 | -122/+11 |
| | | | | | | | | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page | ||||
* | | Merge pull request #931 from vsalvino/darkmode | Ned Batchelder | 2020-06-28 | 25 | -116/+275 |
|\ \ | | | | | | | Add dark mode, and other design changes for the HTML report. | ||||
| * | | Fix tests | Vince Salvino | 2020-06-24 | 24 | -74/+74 |
| | | | |||||
| * | | Add dark mode to HTML output; improve accessibility | Vince Salvino | 2020-02-11 | 1 | -42/+201 |
| | | | |||||
* | | | Read the config file contents as bytes, it's just for debugging anyway. #990 | Ned Batchelder | 2020-05-23 | 1 | -4/+10 |
| | | | |||||
* | | | Update pylint | Ned Batchelder | 2020-05-19 | 1 | -1/+1 |
| | | | |||||
* | | | Make the bare help message a bit more helpful | Ned Batchelder | 2020-05-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'pr/982' | Ned Batchelder | 2020-05-12 | 1 | -3/+13 |
|\ \ \ | |||||
| * | | | Finish up --precision | Ned Batchelder | 2020-05-12 | 1 | -3/+13 |
| | |/ | |/| | |||||
* | | | tests/gold/html/Makefile: support more shells (#984) | Roland Illig | 2020-05-10 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | * tests/gold/html/Makefile: support more shells Not all shells support the `[[` keywords. Among them are many `/bin/sh`. * Update tests/gold/html/Makefile Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | ||||
* | | New JSON info should be reported on individual files also. | Ned Batchelder | 2020-04-11 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #966 from SZVector/json_dump_all_attributes | Ned Batchelder | 2020-04-11 | 1 | -1/+3 |
|\ \ | | | | | | | Extending jsonreport.py to also include all branch attributes | ||||
| * | | Extending jsonreport.py to also include all branch attributes | Salvatore Zagaria | 2020-04-07 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Salvatore Zagaria <salvatore.zagaria@vector.com> | ||||
* | | | Beef up the test for get_option(paths) | Ned Batchelder | 2020-04-11 | 1 | -1/+14 |
| | | | |||||
* | | | Allow plugins to alter the paths config | Bernat Gabor | 2020-04-03 | 1 | -0/+12 |
|/ / | | | | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | ||||
* | | handle decorators for AsyncFunctionDefs. Closes #964 | Kjell Braden | 2020-03-24 | 1 | -0/+17 |
| | | |||||
* | | relative_files makes XML store relative paths. #948. | Ned Batchelder | 2020-03-15 | 1 | -0/+13 |
| | | |||||
* | | 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 |
| |