| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use different out directories for each farm test | Ned Batchelder | 2017-01-14 | 4 | -20/+20 |
| | | |||||
| * | Excepthook and Unicode path tests need some Jython care | Ned Batchelder | 2017-01-14 | 1 | -6/+13 |
| | | |||||
| * | Put try_execfile tests in their own class, and make them Jython-ok | Ned Batchelder | 2017-01-14 | 1 | -124/+127 |
| | | |||||
| * | More Jython test fixes/skips | Ned Batchelder | 2017-01-14 | 4 | -3/+31 |
| | | |||||
| * | Python 2.6 doesn't have SkipTest | Ned Batchelder | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | Mark #322 as fixed | Ned Batchelder | 2017-01-14 | 1 | -1/+4 |
| | | |||||
| * | Describe Jython work | Ned Batchelder | 2017-01-14 | 2 | -2/+7 |
| | | |||||
| * | Reporting doesn't work on Jython, so don't run reporting tests there. | Ned Batchelder | 2017-01-14 | 9 | -16/+62 |
| | | | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f | ||||
| * | Jython doesn't have useful co_code or f_lasti | Ned Batchelder | 2017-01-13 | 1 | -2/+3 |
| | | |||||
| * | More smoke-test targets | Ned Batchelder | 2017-01-13 | 1 | -1/+6 |
| | | |||||
| * | Jython has no multiprocessing module | Ned Batchelder | 2017-01-13 | 6 | -5/+32 |
| | | |||||
| * | Run lint automatically | Ned Batchelder | 2017-01-12 | 1 | -1/+1 |
| | | |||||
| * | Run lint with tox. I wish it ran faster... | Ned Batchelder | 2017-01-12 | 3 | -5/+18 |
| | | |||||
| * | Pylint can be a bitch sometimes | Ned Batchelder | 2017-01-12 | 1 | -3/+5 |
| | | |||||
| * | Tweak some coverage pragmas | Ned Batchelder | 2017-01-11 | 2 | -30/+17 |
| | | |||||
| * | Fix a too-long line | Ned Batchelder | 2017-01-11 | 1 | -1/+2 |
| | | |||||
| * | Delete html files when skipping covered files | Ned Batchelder | 2017-01-11 | 3 | -4/+31 |
| | | |||||
| * | Remove explicit clean-up methods that just set an attribute | Ned Batchelder | 2017-01-11 | 2 | -17/+5 |
| | | |||||
| * | Clean up and changes for #549 | Ned Batchelder | 2017-01-11 | 2 | -4/+10 |
| | | |||||
| * | Merged in dachary/coverage.py/issue-549 (pull request #123) | Ned Batchelder | 2017-01-11 | 2 | -3/+14 |
| |\ | | | | | | | html total must account for files 100% covered #549 | ||||
| | * | html total must account for files 100% covered #549 | loic@dachary.org | 2017-01-11 | 2 | -3/+14 |
| |/ | | | | | | | | | | | | | | The --skip-covered implementation for html must not just skip the files that are 100% covered. It must remember them and not fail with a "no coverage data" when all files are 100% covered. The statistics about the files that are 100% covered must also be summed in the total for the index.html page. close #549 --HG-- branch : issue-549 | ||||
| * | A little more about contribution | Ned Batchelder | 2017-01-10 | 1 | -2/+8 |
| | | |||||
| * | Clarify the aspectlib example | Ned Batchelder | 2017-01-10 | 1 | -2/+3 |
| | | |||||
| * | These defensive OS checks are not covered | Ned Batchelder | 2017-01-05 | 1 | -3/+3 |
| | | |||||
| * | gevent 1.2.0 is OK now, and be quieter when building docs | Ned Batchelder | 2017-01-05 | 1 | -2/+2 |
| | | |||||
| * | Mysterious case of 'coverage2' being available in py35, not sure why | Ned Batchelder | 2017-01-03 | 2 | -0/+2 |
| | | |||||
| * | Add tests for short_id, and pytest-ize an existing one | Ned Batchelder | 2017-01-02 | 1 | -10/+20 |
| | | |||||
| * | Small improvements to the debug stuff | Ned Batchelder | 2017-01-02 | 1 | -7/+13 |
| | | |||||
| * | When nesting tracers, don't restart on the wrong thread | Ned Batchelder | 2017-01-02 | 1 | -3/+11 |
| | | |||||
| * | More aspectlib improvements | Ned Batchelder | 2017-01-02 | 1 | -4/+12 |
| | | |||||
| * | Remove an extra word | Ned Batchelder | 2017-01-02 | 1 | -1/+1 |
| | | |||||
| * | Better debug log filename handling: COVERAGE_LOG | Ned Batchelder | 2017-01-01 | 1 | -7/+7 |
| | | |||||
| * | Better logging file, combined with aspectlib support | Ned Batchelder | 2017-01-01 | 1 | -31/+49 |
| | | |||||
| * | Stop maintaining two separate change histories | Ned Batchelder | 2017-01-01 | 4 | -1284/+50 |
| | | |||||
| * | Happy New Year | Ned Batchelder | 2017-01-01 | 2 | -2/+2 |
| | | |||||
| * | Better ways to install requirements on CI servers | Ned Batchelder | 2016-12-31 | 6 | -8/+18 |
| | | |||||
| * | The PyPy-specific test for atexit/gettrace are also PyPy-version-specific... | Ned Batchelder | 2016-12-31 | 3 | -3/+5 |
| | | |||||
| * | Don't run the atexit-gettrace test during metacov | Ned Batchelder | 2016-12-31 | 1 | -0/+3 |
| | | |||||
| * | No need for two environment variables that do the same thing | Ned Batchelder | 2016-12-31 | 2 | -5/+2 |
| | | |||||
| * | Add a test of the atexit/gettrace behavior | Ned Batchelder | 2016-12-31 | 1 | -0/+31 |
| | | |||||
| * | Register pytest markers, and enforce that they must be registered | Ned Batchelder | 2016-12-31 | 1 | -1/+3 |
| | | |||||
| * | Install pytest where we run igor | Ned Batchelder | 2016-12-31 | 3 | -3/+5 |
| | | |||||
| * | Remove an unused exception. | Ned Batchelder | 2016-12-31 | 1 | -1/+1 |
| | | |||||
| * | Left out a step in the windows codecov | Ned Batchelder | 2016-12-30 | 1 | -0/+1 |
| | | |||||
| * | Try getting Windows results to codecov | Ned Batchelder | 2016-12-30 | 1 | -0/+2 |
| | | |||||
| * | Remove hastiliy short-circuited check for conflicting include and source | Ned Batchelder | 2016-12-30 | 2 | -17/+0 |
| | | |||||
| * | Oops, if we can't install 3.6, don't run 3.6 | Ned Batchelder | 2016-12-30 | 1 | -1/+0 |
| | | |||||
| * | No 3.6 yet. Can we at least get 2.x and 3.x combined coverage? | Ned Batchelder | 2016-12-30 | 1 | -3/+1 |
| | | |||||
| * | Try testing 3.6 on travis, and metacov both 2.x and 3.x | Ned Batchelder | 2016-12-30 | 1 | -0/+4 |
| | | |||||
| * | Don't warn about trace=None on PyPy at shutdown | Ned Batchelder | 2016-12-30 | 2 | -3/+16 |
| | | | | | | | | | PyPy clears the trace function before calling atexit functions. So when we check if the trace function is changed, don't warn in that specific case. --HG-- extra : amend_source : a4e946f94b9b84d351a9e112a7eea6a3337bacf1 | ||||
