Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to b2 | Ned Batchelder | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Paperwork for 4.4b1coverage-4.4b1 | Ned Batchelder | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Use Cobertura v4 XML format. #570 | Ned Batchelder | 2017-04-04 | 1 | -8/+10 |
| | |||||
* | Warnings can be disabled | Ned Batchelder | 2017-04-04 | 2 | -1/+7 |
| | |||||
* | Add slugs to warnings in prep for suppressable warnings | Ned Batchelder | 2017-04-03 | 2 | -7/+18 |
| | |||||
* | Make the use of coverage.files more uniform | Ned Batchelder | 2017-03-28 | 1 | -6/+7 |
| | |||||
* | Clean up of the new plugin method. Thanks, Emil Madsen | Ned Batchelder | 2017-03-28 | 2 | -3/+8 |
| | |||||
* | Allow plugins to report files they haven't executed. | Ned Batchelder | 2017-03-28 | 3 | -7/+31 |
| | | | | By Emil Madsen, from: https://github.com/nedbat/coveragepy/pull/28 | ||||
* | Don't use the aggressive singleton for normal debugging | Ned Batchelder | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Big refactor of debug logging | Ned Batchelder | 2017-03-22 | 2 | -51/+124 |
| | |||||
* | Minimal IronPython support. | Ned Batchelder | 2017-03-14 | 4 | -3/+14 |
| | | | | | IronPython is weird: 2.7.7 has "str is unicode", and unicode.encode produces unicode! f_lasti is missing, and frame globals are missing. | ||||
* | Use capital-Coverage | Ned Batchelder | 2017-03-11 | 1 | -1/+1 |
| | | | | | --HG-- extra : amend_source : 926b6475306f6463c48b2d3053f5dcd431941937 | ||||
* | Cleanly stop coverage objects, for metacov | Ned Batchelder | 2017-03-11 | 1 | -1/+1 |
| | | | | | Without these cov.stop() calls, the collector stack is wrong when doing meta-coverage. | ||||
* | Make should_fail_under an even more pure function. | Ned Batchelder | 2017-03-08 | 2 | -6/+8 |
| | |||||
* | More docstring. | Ned Batchelder | 2017-03-05 | 1 | -0/+3 |
| | |||||
* | Move the logic for fail-under to a testable function | Ned Batchelder | 2017-03-04 | 2 | -13/+24 |
| | |||||
* | Small steps in refactoring initialization | Ned Batchelder | 2017-03-04 | 1 | -2/+6 |
| | |||||
* | Slightly better way to organize the condition on activity | Ned Batchelder | 2017-03-04 | 2 | -7/+19 |
| | |||||
* | Next version will be 4.4 at least | Ned Batchelder | 2017-03-03 | 1 | -1/+1 |
| | |||||
* | Collecting continues after saving data. #79 #448 | Ned Batchelder | 2017-03-03 | 5 | -15/+62 |
| | |||||
* | Fix a little English | Ned Batchelder | 2017-03-03 | 1 | -1/+1 |
| | |||||
* | Simplify stack management in CTracer | Ned Batchelder | 2017-03-03 | 4 | -41/+50 |
| | | | | | | | "file_data" used to be borrowed from data, but that was confusing. Now it's owned. We used to have a struct member which was a copy of the current stack entry. That just made it harder to reason about reference counting. Now we have a pointer to the entry on the stack. | ||||
* | Sometimes we match against files, sometimes directories. | Ned Batchelder | 2017-02-21 | 1 | -23/+28 |
| | | | | Also, skip our own test code when running tests. | ||||
* | Clarify how TreeMatcher works. | Ned Batchelder | 2017-02-20 | 1 | -9/+15 |
| | |||||
* | Hmm, not sure why this was a list. | Ned Batchelder | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | Fix this comment that was left behind | Ned Batchelder | 2017-02-03 | 1 | -2/+1 |
| | |||||
* | Fiddle with, and test, format_lines | Ned Batchelder | 2017-02-03 | 1 | -11/+16 |
| | |||||
* | Use a metaclass to convert StopEverything to SkipTest | Ned Batchelder | 2017-01-25 | 1 | -8/+3 |
| | |||||
* | One more tweak to StopEverything | Ned Batchelder | 2017-01-21 | 2 | -13/+3 |
| | |||||
* | A better way to deal with StopEverything exceptions | Ned Batchelder | 2017-01-19 | 2 | -6/+16 |
| | |||||
* | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 2 | -3/+3 |
| | |||||
* | A few more lines covered | Ned Batchelder | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Scooch to 4.3.5a0 | Ned Batchelder | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Paperwork for 4.3.4coverage-4.3.4 | Ned Batchelder | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Bump to 4.3.4a0 | Ned Batchelder | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Prep for 4.3.3coverage-4.3.3 | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Prep for version 4.3.2 | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | Properly handle if-statements optimized away. #522 | Ned Batchelder | 2017-01-16 | 1 | -9/+95 |
| | |||||
* | Oops, don't assume decorator arguments can be hashed. | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | A better way to neuter decorators when not testing. | Ned Batchelder | 2017-01-16 | 1 | -11/+11 |
| | |||||
* | A one_of decorator for checking function arguments. | Ned Batchelder | 2017-01-16 | 1 | -0/+17 |
| | |||||
* | 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 |
| | |||||
* | Clean up for pull request #122 | Ned Batchelder | 2017-01-14 | 1 | -22/+27 |
| | |||||
* | Merged in dachary/coverage.py/issue-426 (pull request #122) | Ned Batchelder | 2017-01-14 | 2 | -46/+61 |
|\ | | | | | | | 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 |