Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Avoid yielding test cases so pytest is happy. | Ned Batchelder | 2016-11-23 | 1 | -15/+17 | |
| | | | ||||||
* | | | Use a 2/3 name for unicode | Ned Batchelder | 2016-11-23 | 2 | -3/+4 | |
| | | | ||||||
* | | | Make this runnable on Python 3 | Ned Batchelder | 2016-11-23 | 1 | -2/+2 | |
| | | | ||||||
* | | | Make this usable in python 3 | Ned Batchelder | 2016-11-23 | 1 | -4/+4 | |
| | | | ||||||
* | | | Conditionalize the ast_dump code | Ned Batchelder | 2016-11-22 | 1 | -55/+60 | |
| | | | ||||||
* | | | Install pytest in the main venv | Ned Batchelder | 2016-11-22 | 2 | -4/+3 | |
| | | | ||||||
* | | | Add a test for tokenizing code without a final newline | Ned Batchelder | 2016-11-22 | 1 | -18/+20 | |
| | | | ||||||
* | | | Was using the wrong pragma | Ned Batchelder | 2016-11-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Try to describe what PyPy we test with | Ned Batchelder | 2016-11-21 | 3 | -8/+10 | |
| | | | ||||||
* | | | Didn't know why we needed it, and now it seems like we don't. | Ned Batchelder | 2016-11-21 | 1 | -5/+2 | |
| | | | ||||||
* | | | Looks better lowercase | Ned Batchelder | 2016-11-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | More badge fun | Ned Batchelder | 2016-11-21 | 1 | -0/+6 | |
| | | | ||||||
* | | | Make igor usable without pytest | Ned Batchelder | 2016-11-21 | 1 | -2/+3 | |
| | | | ||||||
* | | | Keep 2.6 working | Ned Batchelder | 2016-11-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Keep lines trimmed | Ned Batchelder | 2016-11-20 | 1 | -1/+2 | |
| | | | ||||||
* | | | No more nose, use pytest as test runner | Ned Batchelder | 2016-11-20 | 7 | -34/+25 | |
| | | | ||||||
* | | | Test against latest pypy2 and pypy3 only. No more 3.2 | Ned Batchelder | 2016-11-20 | 1 | -16/+6 | |
| | | | ||||||
* | | | Use my fix for pytest | Ned Batchelder | 2016-11-20 | 2 | -3/+3 | |
| | | | ||||||
* | | | Rename this so it doesn't have "test" in the file name. | Ned Batchelder | 2016-11-20 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | --HG-- rename : perf/stress_test.py => perf/perf_measure.py | |||||
* | | | Fix the docstring | Ned Batchelder | 2016-11-20 | 1 | -2/+3 | |
| | | | ||||||
* | | | Move the config logic out of the Coverage constructor | Ned Batchelder | 2016-11-20 | 2 | -36/+60 | |
| | | | ||||||
* | | | Make sure that an uninterested setup.cfg doesn't prevent tox.ini from working | Ned Batchelder | 2016-11-19 | 2 | -4/+30 | |
| | | | ||||||
* | | | Tweak test helper names and docstrings | Ned Batchelder | 2016-11-19 | 1 | -17/+16 | |
| | | | ||||||
* | | | 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 | |
| | | |