summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Looks better lowercaseNed Batchelder2016-11-211-1/+1
| | |
* | | More badge funNed Batchelder2016-11-211-0/+6
| | |
* | | Make igor usable without pytestNed Batchelder2016-11-211-2/+3
| | |
* | | Keep 2.6 workingNed Batchelder2016-11-201-1/+1
| | |
* | | Keep lines trimmedNed Batchelder2016-11-201-1/+2
| | |
* | | No more nose, use pytest as test runnerNed Batchelder2016-11-207-34/+25
| | |
* | | Test against latest pypy2 and pypy3 only. No more 3.2Ned Batchelder2016-11-201-16/+6
| | |
* | | Use my fix for pytestNed Batchelder2016-11-202-3/+3
| | |
* | | Rename this so it doesn't have "test" in the file name.Ned Batchelder2016-11-201-0/+0
| | | | | | | | | | | | | | | --HG-- rename : perf/stress_test.py => perf/perf_measure.py
* | | Fix the docstringNed Batchelder2016-11-201-2/+3
| | |
* | | Move the config logic out of the Coverage constructorNed Batchelder2016-11-202-36/+60
| | |
* | | Make sure that an uninterested setup.cfg doesn't prevent tox.ini from workingNed Batchelder2016-11-192-4/+30
| | |
* | | Tweak test helper names and docstringsNed Batchelder2016-11-191-17/+16
| | |
* | | Update the docs about reading tox.iniNed Batchelder2016-11-192-6/+7
| | |
* | | Put this test back, it was failing when trying to check both setup.cfg and ↵Ned Batchelder2016-11-191-9/+7
| | | | | | | | | | | | tox.ini
* | | Credit where credit is due: Thanks, Stephen Finucane.Ned Batchelder2016-11-192-4/+6
| | |
* | | Clean up line wraps and leftover printsNed Batchelder2016-11-192-13/+5
| | |
* | | Merged in stephenfin/coverage.py/issue-519 (pull request #92)Ned Batchelder2016-11-193-26/+78
|\ \ \ | | | | | | | | | | | | Read options from tox.ini
| * | | Read options from tox.iniStephen Finucane2016-11-183-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 styleNed Batchelder2016-11-191-0/+32
| | | |
* | | | This file was a performance test of sortsNed Batchelder2016-11-191-0/+0
| | | | | | | | | | | | | | | | | | | | --HG-- rename : lab/bug397.py => perf/bug397.py
* | | | Every file should have the license statementNed Batchelder2016-11-191-0/+3
| | | |
* | | | Keep howto up to dateNed Batchelder2016-11-181-7/+3
|/ / /
* | | Try a new badge: commits since last buildNed Batchelder2016-11-171-1/+2
| | |
* | | Don't show a broken downloads badgeNed Batchelder2016-11-171-1/+3
| | |
* | | Python 3.3 fails on the LANG=C test. Skip it.Ned Batchelder2016-11-171-0/+3
| | |
* | | Run test in a 2.6-compatible wayNed Batchelder2016-11-171-1/+1
| | |
* | | Don't collapse in an ascii-only file-world. #533Ned Batchelder2016-11-174-12/+30
| | |
* | | Add a test for #533Ned Batchelder2016-11-171-0/+10
| | |
* | | TypoNed Batchelder2016-11-131-1/+1
| | |
* | | A better name for a statNed Batchelder2016-11-123-6/+6
| | |
* | | Allow for the possibility of null-testingNed Batchelder2016-11-122-0/+9
| | |
* | | Latest hacking on the performance test.Ned Batchelder2016-11-121-18/+33
| | |
* | | A macro for extreme debugging.Ned Batchelder2016-11-121-0/+3
| | |
* | | More work on the performance testNed Batchelder2016-11-101-8/+40
| | |
* | | A better wordNed Batchelder2016-11-101-1/+1
| | |
* | | Clean the file imports using a helperNed Batchelder2016-11-091-4/+3
| | |
* | | A performance test from Cale PenningtonNed Batchelder2016-11-092-0/+162
| | |
* | | When importing newly made files, we have to invalidate import cachesNed Batchelder2016-11-092-0/+9
| | |
* | | Python 3.3 added a long to the .pyc format.Ned Batchelder2016-11-091-0/+4
| | |
* | | No longer need this pragmaNed Batchelder2016-11-081-1/+1
| | |
* | | Use py2 ConfigParser if we can, prevents deprecation warnings. #530Ned Batchelder2016-11-082-3/+10
| | |
* | | Trailing space...Ned Batchelder2016-11-071-1/+1
| | |
* | | A fix for coding declarations, bug #529Ned Batchelder2016-11-053-1/+67
| | |
* | | Move pycodestyle settings to setup.cfgNed Batchelder2016-11-014-21/+10
| | |
* | | Oops, forgot setup.cfgNed Batchelder2016-11-011-0/+2
| | |
* | | Optionally use pytest as the test runnerNed Batchelder2016-11-014-3/+11
| | |
* | | Change log is up-to-date with changesNed Batchelder2016-10-221-0/+3
| | |
* | | Document the multiproc debug optionNed Batchelder2016-10-221-0/+2
| | |
* | | Downgrading these from TODONed Batchelder2016-10-221-6/+6
| | |