Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 9 | -21/+38 |
| | |||||
* | Travis runs really fast, so why not do metacov on more versions? | Ned Batchelder | 2017-01-19 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | Fix the since-version badge | Ned Batchelder | 2017-01-18 | 1 | -2/+2 |
| | |||||
* | No test failures on Jython | Ned Batchelder | 2017-01-18 | 6 | -12/+48 |
| | | | | One or two of these are questionable accommodations, but there are no failures. | ||||
* | 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 | 2 | -4/+5 |
| | |||||
* | Prevent race conditions from failing tests during 'import usepkgs' | Ned Batchelder | 2017-01-17 | 1 | -0/+7 |
| | |||||
* | Use @flaky to prevent occasional multiprocessing failures | Ned Batchelder | 2017-01-17 | 4 | -1/+6 |
| | |||||
* | Scooch to 4.3.5a0 | Ned Batchelder | 2017-01-17 | 2 | -1/+7 |
| | |||||
* | Coverage 4.3.4 | Ned Batchelder | 2017-01-17 | 1 | -0/+1 |
| | |||||
* | Paperwork for 4.3.4coverage-4.3.4 | Ned Batchelder | 2017-01-17 | 4 | -10/+16 |
| | |||||
* | Exceptions have to be exceptions. #556 | Ned Batchelder | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | A better way to deal with 2.6 missing SkipTest | Ned Batchelder | 2017-01-17 | 1 | -1/+5 |
| | |||||
* | It doesn't pay to ever change anything. | Ned Batchelder | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | Clean up README | Ned Batchelder | 2017-01-17 | 1 | -4/+9 |
| | |||||
* | Bump to 4.3.4a0 | Ned Batchelder | 2017-01-17 | 2 | -1/+7 |
| | |||||
* | Coverage 4.3.3 | Ned Batchelder | 2017-01-17 | 1 | -0/+1 |
| | |||||
* | Prep for 4.3.3coverage-4.3.3 | Ned Batchelder | 2017-01-16 | 5 | -9/+15 |
| | |||||
* | Only use SkipTest if we're testing, so that we can run on 2.6 pristine | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | Scooch version to 4.3.3a0 | Ned Batchelder | 2017-01-16 | 3 | -8/+15 |
| | |||||
* | Coverage 4.3.2 | Ned Batchelder | 2017-01-16 | 1 | -0/+1 |
| | |||||
* | Latest sample HTMLcoverage-4.3.2 | Ned Batchelder | 2017-01-16 | 11 | -21/+21 |
| | |||||
* | Prep for version 4.3.2 | Ned Batchelder | 2017-01-16 | 7 | -12/+17 |
| | |||||
* | Latest versions of dependencies | Ned Batchelder | 2017-01-16 | 2 | -3/+3 |
| | |||||
* | Properly handle if-statements optimized away. #522 | Ned Batchelder | 2017-01-16 | 4 | -25/+198 |
| | |||||
* | Oops, don't assume decorator arguments can be hashed. | Ned Batchelder | 2017-01-16 | 2 | -3/+3 |
| | |||||
* | A cleaner way to exclude Jython concerns from meta-coverage. | Ned Batchelder | 2017-01-16 | 6 | -6/+8 |
| | |||||
* | A better way to neuter decorators when not testing. | Ned Batchelder | 2017-01-16 | 2 | -12/+22 |
| | |||||
* | A one_of decorator for checking function arguments. | Ned Batchelder | 2017-01-16 | 3 | -18/+49 |
| | |||||
* | Tests of our bytes and unicode custom contracts | Ned Batchelder | 2017-01-16 | 1 | -1/+29 |
| | |||||
* | Slight AST_DUMP improvements | Ned Batchelder | 2017-01-16 | 1 | -3/+3 |
| | |||||
* | Expunge the last %()s formatting | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Metacov on pypy on Travis | Ned Batchelder | 2017-01-14 | 1 | -0/+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 | 4 | -38/+64 |
| | |||||
* | Use oldest versions to smoke, to find problems sooner | Ned Batchelder | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | Merged in dachary/coverage.py/issue-426 (pull request #122) | Ned Batchelder | 2017-01-14 | 5 | -52/+91 |
|\ | | | | | | | make --source module do the same as --source directory #426 | ||||
| * | comment explaining the rationale of --source pkg | loic@dachary.org | 2017-01-10 | 1 | -0/+6 |
| | | | | | | | | | | --HG-- branch : issue-426 | ||||
| * | simplify --source=pkg test cases | loic@dachary.org | 2017-01-10 | 3 | -14/+4 |
| | | | | | | | | | | | | | | | | | | Instead of adding a new test, fix the existing test. It succeeded but was not actually testing the expected code path because pkg1 is both a directory and a package. --HG-- branch : issue-426 | ||||
| * | use the new source_for_file helper where it makes sense | loic@dachary.org | 2017-01-10 | 2 | -9/+3 |
| | | | | | | | | | | --HG-- branch : issue-426 | ||||
| * | source_for_file helper with unit tests | loic@dachary.org | 2017-01-10 | 3 | -4/+29 |
| | | | | | | | | | | --HG-- branch : issue-426 | ||||
| * | move _source_for_file to python.py | loic@dachary.org | 2017-01-10 | 2 | -32/+33 |
| | | | | | | | | | | --HG-- branch : issue-426 |