summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More-precise no-coverage pragmasNed Batchelder2017-01-199-21/+38
|
* Travis runs really fast, so why not do metacov on more versions?Ned Batchelder2017-01-191-0/+4
|
* This only happens on JythonNed Batchelder2017-01-191-1/+1
|
* Move the jython conditional for try_execfile.pyNed Batchelder2017-01-192-31/+25
|
* Fix the since-version badgeNed Batchelder2017-01-181-2/+2
|
* No test failures on JythonNed Batchelder2017-01-186-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 Batchelder2017-01-181-0/+2
|
* A few more lines coveredNed Batchelder2017-01-172-4/+5
|
* Prevent race conditions from failing tests during 'import usepkgs'Ned Batchelder2017-01-171-0/+7
|
* Use @flaky to prevent occasional multiprocessing failuresNed Batchelder2017-01-174-1/+6
|
* Scooch to 4.3.5a0Ned Batchelder2017-01-172-1/+7
|
* Coverage 4.3.4Ned Batchelder2017-01-171-0/+1
|
* Paperwork for 4.3.4coverage-4.3.4Ned Batchelder2017-01-174-10/+16
|
* Exceptions have to be exceptions. #556Ned Batchelder2017-01-171-2/+2
|
* A better way to deal with 2.6 missing SkipTestNed Batchelder2017-01-171-1/+5
|
* It doesn't pay to ever change anything.Ned Batchelder2017-01-171-2/+2
|
* Clean up READMENed Batchelder2017-01-171-4/+9
|
* Bump to 4.3.4a0Ned Batchelder2017-01-172-1/+7
|
* Coverage 4.3.3Ned Batchelder2017-01-171-0/+1
|
* Prep for 4.3.3coverage-4.3.3Ned Batchelder2017-01-165-9/+15
|
* Only use SkipTest if we're testing, so that we can run on 2.6 pristineNed Batchelder2017-01-161-1/+1
|
* Scooch version to 4.3.3a0Ned Batchelder2017-01-163-8/+15
|
* Coverage 4.3.2Ned Batchelder2017-01-161-0/+1
|
* Latest sample HTMLcoverage-4.3.2Ned Batchelder2017-01-1611-21/+21
|
* Prep for version 4.3.2Ned Batchelder2017-01-167-12/+17
|
* Latest versions of dependenciesNed Batchelder2017-01-162-3/+3
|
* Properly handle if-statements optimized away. #522Ned Batchelder2017-01-164-25/+198
|
* Oops, don't assume decorator arguments can be hashed.Ned Batchelder2017-01-162-3/+3
|
* A cleaner way to exclude Jython concerns from meta-coverage.Ned Batchelder2017-01-166-6/+8
|
* A better way to neuter decorators when not testing.Ned Batchelder2017-01-162-12/+22
|
* A one_of decorator for checking function arguments.Ned Batchelder2017-01-163-18/+49
|
* Tests of our bytes and unicode custom contractsNed Batchelder2017-01-161-1/+29
|
* Slight AST_DUMP improvementsNed Batchelder2017-01-161-3/+3
|
* Expunge the last %()s formattingNed Batchelder2017-01-161-1/+1
|
* Promote re_line and re_lines to real helpers, with tests.Ned Batchelder2017-01-154-31/+72
|
* Fix two warningsNed Batchelder2017-01-152-1/+3
|
* Add a test of CheckUniqueFilenamesNed Batchelder2017-01-152-4/+38
|
* Use the test method for setting the environment, so we can clean itNed Batchelder2017-01-151-1/+1
|
* Metacov on pypy on TravisNed Batchelder2017-01-141-0/+1
|
* More pragmas for test skipsNed Batchelder2017-01-144-5/+5
|
* Pragmas for impossible error checksNed Batchelder2017-01-141-2/+2
|
* Forgot a bunch of jython coverage pragmasNed Batchelder2017-01-144-7/+7
|
* Clean up for pull request #122Ned Batchelder2017-01-144-38/+64
|
* Use oldest versions to smoke, to find problems soonerNed Batchelder2017-01-141-2/+2
|
* Merged in dachary/coverage.py/issue-426 (pull request #122)Ned Batchelder2017-01-145-52/+91
|\ | | | | | | make --source module do the same as --source directory #426
| * comment explaining the rationale of --source pkgloic@dachary.org2017-01-101-0/+6
| | | | | | | | | | --HG-- branch : issue-426
| * simplify --source=pkg test casesloic@dachary.org2017-01-103-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 senseloic@dachary.org2017-01-102-9/+3
| | | | | | | | | | --HG-- branch : issue-426
| * source_for_file helper with unit testsloic@dachary.org2017-01-103-4/+29
| | | | | | | | | | --HG-- branch : issue-426
| * move _source_for_file to python.pyloic@dachary.org2017-01-102-32/+33
| | | | | | | | | | --HG-- branch : issue-426