Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the docs about reading tox.ini | Ned Batchelder | 2016-11-19 | 2 | -6/+7 |
| | |||||
* | Put this test back, it was failing when trying to check both setup.cfg and ↵ | Ned Batchelder | 2016-11-19 | 1 | -9/+7 |
| | | | | tox.ini | ||||
* | Credit where credit is due: Thanks, Stephen Finucane. | Ned Batchelder | 2016-11-19 | 2 | -4/+6 |
| | |||||
* | Clean up line wraps and leftover prints | Ned Batchelder | 2016-11-19 | 2 | -13/+5 |
| | |||||
* | Merged in stephenfin/coverage.py/issue-519 (pull request #92) | Ned Batchelder | 2016-11-19 | 3 | -26/+78 |
|\ | | | | | | | Read options from tox.ini | ||||
| * | Read options from tox.ini | Stephen Finucane | 2016-11-18 | 3 | -26/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If coveragerc does not exist, setup.cfg does not exist or does not contain any coverage-related metadata, and no custom config file is provided, fall back to tox.ini. The syntax of tox.ini files is the same as that expected of setup.cfg files, namely: [coverage:{section}] Fixes: #519 --HG-- branch : issue-519 | ||||
* | | An editorconfig file to help with style | Ned Batchelder | 2016-11-19 | 1 | -0/+32 |
| | | |||||
* | | This file was a performance test of sorts | Ned Batchelder | 2016-11-19 | 1 | -0/+0 |
| | | | | | | | | | | --HG-- rename : lab/bug397.py => perf/bug397.py | ||||
* | | Every file should have the license statement | Ned Batchelder | 2016-11-19 | 1 | -0/+3 |
| | | |||||
* | | Keep howto up to date | Ned Batchelder | 2016-11-18 | 1 | -7/+3 |
|/ | |||||
* | Try a new badge: commits since last build | Ned Batchelder | 2016-11-17 | 1 | -1/+2 |
| | |||||
* | Don't show a broken downloads badge | Ned Batchelder | 2016-11-17 | 1 | -1/+3 |
| | |||||
* | Python 3.3 fails on the LANG=C test. Skip it. | Ned Batchelder | 2016-11-17 | 1 | -0/+3 |
| | |||||
* | Run test in a 2.6-compatible way | Ned Batchelder | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | Don't collapse in an ascii-only file-world. #533 | Ned Batchelder | 2016-11-17 | 4 | -12/+30 |
| | |||||
* | Add a test for #533 | Ned Batchelder | 2016-11-17 | 1 | -0/+10 |
| | |||||
* | Typo | Ned Batchelder | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | A better name for a stat | Ned Batchelder | 2016-11-12 | 3 | -6/+6 |
| | |||||
* | Allow for the possibility of null-testing | Ned Batchelder | 2016-11-12 | 2 | -0/+9 |
| | |||||
* | Latest hacking on the performance test. | Ned Batchelder | 2016-11-12 | 1 | -18/+33 |
| | |||||
* | A macro for extreme debugging. | Ned Batchelder | 2016-11-12 | 1 | -0/+3 |
| | |||||
* | More work on the performance test | Ned Batchelder | 2016-11-10 | 1 | -8/+40 |
| | |||||
* | A better word | Ned Batchelder | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Clean the file imports using a helper | Ned Batchelder | 2016-11-09 | 1 | -4/+3 |
| | |||||
* | A performance test from Cale Pennington | Ned Batchelder | 2016-11-09 | 2 | -0/+162 |
| | |||||
* | When importing newly made files, we have to invalidate import caches | Ned Batchelder | 2016-11-09 | 2 | -0/+9 |
| | |||||
* | Python 3.3 added a long to the .pyc format. | Ned Batchelder | 2016-11-09 | 1 | -0/+4 |
| | |||||
* | No longer need this pragma | Ned Batchelder | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Use py2 ConfigParser if we can, prevents deprecation warnings. #530 | Ned Batchelder | 2016-11-08 | 2 | -3/+10 |
| | |||||
* | Trailing space... | Ned Batchelder | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | A fix for coding declarations, bug #529 | Ned Batchelder | 2016-11-05 | 3 | -1/+67 |
| | |||||
* | Move pycodestyle settings to setup.cfg | Ned Batchelder | 2016-11-01 | 4 | -21/+10 |
| | |||||
* | Oops, forgot setup.cfg | Ned Batchelder | 2016-11-01 | 1 | -0/+2 |
| | |||||
* | Optionally use pytest as the test runner | Ned Batchelder | 2016-11-01 | 4 | -3/+11 |
| | |||||
* | Change log is up-to-date with changes | Ned Batchelder | 2016-10-22 | 1 | -0/+3 |
| | |||||
* | Document the multiproc debug option | Ned Batchelder | 2016-10-22 | 1 | -0/+2 |
| | |||||
* | Downgrading these from TODO | Ned Batchelder | 2016-10-22 | 1 | -6/+6 |
| | |||||
* | Update changes | Ned Batchelder | 2016-10-22 | 2 | -7/+12 |
| | |||||
* | A new pyc flag for 3.6, from https://github.com/nedbat/coveragepy/pull/21 | Ned Batchelder | 2016-10-22 | 1 | -0/+1 |
| | |||||
* | Oh, i had tests for those messages... | Ned Batchelder | 2016-10-21 | 1 | -3/+1 |
| | |||||
* | Remove two temporary debugging log messages | Ned Batchelder | 2016-10-21 | 2 | -5/+0 |
| | |||||
* | Test the debug settings more, and strip spaces from the environment variable | Ned Batchelder | 2016-10-21 | 3 | -2/+13 |
| | |||||
* | Also log when erasing data files | Ned Batchelder | 2016-10-21 | 1 | -0/+4 |
| | |||||
* | And mention it in the change log | Ned Batchelder | 2016-10-21 | 1 | -0/+3 |
| | |||||
* | Fix the new deleting file debug message | Ned Batchelder | 2016-10-21 | 2 | -4/+10 |
| | |||||
* | Also log when we delete combined files. | Ned Batchelder | 2016-10-21 | 1 | -0/+2 |
| | |||||
* | Clean up pylint pragmas | Ned Batchelder | 2016-10-18 | 1 | -4/+2 |
| | |||||
* | Explicitly test multiple wildcards in path aliases | Ned Batchelder | 2016-10-12 | 1 | -0/+9 |
| | |||||
* | No one wonders about 3.x any more | Ned Batchelder | 2016-10-11 | 1 | -5/+0 |
| | |||||
* | Another issue about clobbering combine data | Ned Batchelder | 2016-10-05 | 1 | -1/+2 |
| |