| Commit message (Expand) | Author | Age | Files | Lines |
| * | Get rid of an unnecessary method | Ned Batchelder | 2017-02-10 | 4 | -17/+9 |
| * | Run two files to be sure we know what error we'll get | Ned Batchelder | 2017-02-10 | 1 | -2/+4 |
| * | Fix some coverage pragmas | Ned Batchelder | 2017-02-07 | 2 | -8/+8 |
| * | Give a test helper a better name | Ned Batchelder | 2017-02-04 | 1 | -4/+4 |
| * | Fiddle with, and test, format_lines | Ned Batchelder | 2017-02-03 | 1 | -1/+15 |
| * | Split tests into their own files | Ned Batchelder | 2017-02-03 | 3 | -71/+86 |
| * | Move the decorator out of the metaclass, so we can test it | Ned Batchelder | 2017-01-26 | 2 | -14/+36 |
| * | Use a metaclass to convert StopEverything to SkipTest | Ned Batchelder | 2017-01-25 | 2 | -4/+30 |
| * | Get rid of some unused code paths | Ned Batchelder | 2017-01-20 | 4 | -39/+12 |
| * | A better way to deal with StopEverything exceptions | Ned Batchelder | 2017-01-19 | 1 | -10/+1 |
| * | Oops, broke this other test using try_execfile.py | Ned Batchelder | 2017-01-19 | 1 | -1/+2 |
| * | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 6 | -17/+17 |
| * | This only happens on Jython | Ned Batchelder | 2017-01-19 | 1 | -1/+1 |
| * | Move the jython conditional for try_execfile.py | Ned Batchelder | 2017-01-19 | 2 | -31/+25 |
| * | No test failures on Jython | Ned Batchelder | 2017-01-18 | 5 | -11/+47 |
| * | The ram test has always been flaky. Mark it as such. | Ned Batchelder | 2017-01-18 | 1 | -0/+2 |
| * | A few more lines covered | Ned Batchelder | 2017-01-17 | 1 | -3/+4 |
| * | Use @flaky to prevent occasional multiprocessing failures | Ned Batchelder | 2017-01-17 | 1 | -0/+3 |
| * | Properly handle if-statements optimized away. #522 | Ned Batchelder | 2017-01-16 | 2 | -16/+97 |
| * | Oops, don't assume decorator arguments can be hashed. | Ned Batchelder | 2017-01-16 | 1 | -2/+2 |
| * | A cleaner way to exclude Jython concerns from meta-coverage. | Ned Batchelder | 2017-01-16 | 5 | -6/+6 |
| * | A better way to neuter decorators when not testing. | Ned Batchelder | 2017-01-16 | 1 | -1/+11 |
| * | A one_of decorator for checking function arguments. | Ned Batchelder | 2017-01-16 | 1 | -5/+18 |
| * | Tests of our bytes and unicode custom contracts | Ned Batchelder | 2017-01-16 | 1 | -1/+29 |
| * | Promote re_line and re_lines to real helpers, with tests. | Ned Batchelder | 2017-01-15 | 4 | -31/+72 |
| * | Fix two warnings | Ned Batchelder | 2017-01-15 | 2 | -1/+3 |
| * | Add a test of CheckUniqueFilenames | Ned Batchelder | 2017-01-15 | 2 | -4/+38 |
| * | Use the test method for setting the environment, so we can clean it | Ned Batchelder | 2017-01-15 | 1 | -1/+1 |
| * | More pragmas for test skips | Ned Batchelder | 2017-01-14 | 4 | -5/+5 |
| * | Pragmas for impossible error checks | Ned Batchelder | 2017-01-14 | 1 | -2/+2 |
| * | Forgot a bunch of jython coverage pragmas | Ned Batchelder | 2017-01-14 | 4 | -7/+7 |
| * | Clean up for pull request #122 | Ned Batchelder | 2017-01-14 | 2 | -16/+30 |
| * | Merged in dachary/coverage.py/issue-426 (pull request #122) | Ned Batchelder | 2017-01-14 | 3 | -6/+30 |
| |\ |
|
| | * | simplify --source=pkg test cases | loic@dachary.org | 2017-01-10 | 3 | -14/+4 |
| | * | source_for_file helper with unit tests | loic@dachary.org | 2017-01-10 | 1 | -1/+26 |
| | * | make --source module do the same as --source directory #426 | loic@dachary.org | 2017-01-06 | 1 | -0/+9 |
| * | | 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 |
| * | | Reporting doesn't work on Jython, so don't run reporting tests there. | Ned Batchelder | 2017-01-14 | 5 | -9/+33 |
| * | | Jython has no multiprocessing module | Ned Batchelder | 2017-01-13 | 3 | -4/+17 |
| * | | 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 | 1 | -0/+17 |
| * | | Remove explicit clean-up methods that just set an attribute | Ned Batchelder | 2017-01-11 | 2 | -17/+5 |
| * | | html total must account for files 100% covered #549 | loic@dachary.org | 2017-01-11 | 1 | -1/+10 |
| |/ |
|
| * | These defensive OS checks are not covered | Ned Batchelder | 2017-01-05 | 1 | -3/+3 |
| * | Mysterious case of 'coverage2' being available in py35, not sure why | Ned Batchelder | 2017-01-03 | 1 | -0/+1 |