summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-160-0/+0
* 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
|\
| * comment explaining the rationale of --source pkgissue-426loic2017-01-101-0/+6
| * simplify --source=pkg test casesloic2017-01-103-14/+4
| * use the new source_for_file helper where it makes senseloic2017-01-102-9/+3
| * source_for_file helper with unit testsloic2017-01-103-4/+29
| * move _source_for_file to python.pyloic2017-01-102-32/+33
| * make --source module do the same as --source directory #426loic2017-01-062-5/+28
* | Use different out directories for each farm testNed Batchelder2017-01-144-20/+20
* | Excepthook and Unicode path tests need some Jython careNed Batchelder2017-01-141-6/+13
* | Put try_execfile tests in their own class, and make them Jython-okNed Batchelder2017-01-141-124/+127
* | More Jython test fixes/skipsNed Batchelder2017-01-144-3/+31
* | Python 2.6 doesn't have SkipTestNed Batchelder2017-01-141-1/+1
* | Mark #322 as fixedNed Batchelder2017-01-141-1/+4
* | Describe Jython workNed Batchelder2017-01-142-2/+7
* | Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-149-16/+62
* | Jython doesn't have useful co_code or f_lastiNed Batchelder2017-01-131-2/+3
* | More smoke-test targetsNed Batchelder2017-01-131-1/+6
* | Jython has no multiprocessing moduleNed Batchelder2017-01-136-5/+32
* | Run lint automaticallyNed Batchelder2017-01-121-1/+1
* | Run lint with tox. I wish it ran faster...Ned Batchelder2017-01-123-5/+18
* | Pylint can be a bitch sometimesNed Batchelder2017-01-121-3/+5
* | Tweak some coverage pragmasNed Batchelder2017-01-112-30/+17
* | Fix a too-long lineNed Batchelder2017-01-111-1/+2
* | Delete html files when skipping covered filesNed Batchelder2017-01-113-4/+31
* | Remove explicit clean-up methods that just set an attributeNed Batchelder2017-01-112-17/+5