Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merged in Nagasaki45/coverage.py (pull request #78) | Ned Batchelder | 2016-02-28 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | State that --source value should be a comma separated list in the docs. | |||||
| * | | State that --source value should be a comma separated list in the docs. #477 | Tom Gurion | 2016-02-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Make the help text easier to read in the source | Ned Batchelder | 2016-02-25 | 1 | -20/+20 | |
| | | | ||||||
* | | | Tweaks to the dependency docs change | Ned Batchelder | 2016-02-25 | 2 | -7/+9 | |
| | | | ||||||
* | | | Merged in iluxame/coverage.py (pull request #79) | Ned Batchelder | 2016-02-25 | 1 | -6/+8 | |
|\ \ \ | | | | | | | | | | | | | Fixing CTracer installation documentation | |||||
| * | | | Fixing CTracer installation documentation | iluxame | 2016-02-25 | 1 | -6/+8 | |
| |/ / | ||||||
* | | | Better branch-missed messages for lambdas. | Ned Batchelder | 2016-02-25 | 3 | -2/+39 | |
| | | | ||||||
* | | | Some plus_one lines were missing when drawing arcs | Ned Batchelder | 2016-02-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Tweak the docs | Ned Batchelder | 2016-02-22 | 1 | -2/+2 | |
| | | | ||||||
* | | | Add an explicit test of the source= rc setting. | Ned Batchelder | 2016-02-21 | 1 | -0/+2 | |
| | | | ||||||
* | | | Also get rid of the leading space | Ned Batchelder | 2016-02-15 | 1 | -14/+14 | |
| | | | ||||||
* | | | Use templite's whitespace slurping to avoid post-processing the HTML | Ned Batchelder | 2016-02-15 | 2 | -15/+12 | |
| | | | ||||||
* | | | Templite can now collapse whitespace after tags | Ned Batchelder | 2016-02-15 | 2 | -43/+79 | |
| | | | ||||||
* | | | Pick off some lint | Ned Batchelder | 2016-02-15 | 5 | -23/+33 | |
|/ / | ||||||
* | | Add missing branch explanations for while-loop | Ned Batchelder | 2016-02-15 | 2 | -5/+20 | |
| | | ||||||
* | | Clean up new helper | Ned Batchelder | 2016-02-15 | 1 | -6/+11 | |
| | | ||||||
* | | Skip a test on 2.6 | Ned Batchelder | 2016-02-15 | 1 | -0/+4 | |
| | | ||||||
* | | Combine add_arc and add_missing_fragments | Ned Batchelder | 2016-02-15 | 1 | -39/+19 | |
| | | ||||||
* | | More missing-branch descriptions | Ned Batchelder | 2016-02-15 | 2 | -12/+31 | |
| | | ||||||
* | | Make the arc and fragment collection easier to trace | Ned Batchelder | 2016-02-14 | 1 | -63/+45 | |
| | | ||||||
* | | More work on better missing branch descriptions | Ned Batchelder | 2016-02-14 | 3 | -34/+102 | |
| | | ||||||
* | | Make these tests just a little easier to write | Ned Batchelder | 2016-02-13 | 1 | -9/+9 | |
| | | ||||||
* | | Add missing branch descriptions for handling exceptions | Ned Batchelder | 2016-02-13 | 2 | -2/+23 | |
| | | ||||||
* | | Clean up some of the ArcStart causes | Ned Batchelder | 2016-02-13 | 1 | -15/+19 | |
| | | ||||||
* | | Fix some pylint | Ned Batchelder | 2016-02-13 | 1 | -1/+2 | |
| | | ||||||
* | | More work on the better missed-branch messages | Ned Batchelder | 2016-02-13 | 2 | -16/+50 | |
| | | ||||||
* | | Helper to parse a lot of files to test the parser | Ned Batchelder | 2016-02-13 | 1 | -0/+19 | |
| | | ||||||
* | | More progress on better missed-branch descriptions | Ned Batchelder | 2016-02-13 | 3 | -11/+13 | |
| | | ||||||
* | | multiprocessing has been a valid choice for a while | Ned Batchelder | 2016-02-11 | 1 | -2/+2 | |
| | | ||||||
* | | Fix a type error in a new test | Ned Batchelder | 2016-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | eventlet updated, and 0.18.0 is gone? | Ned Batchelder | 2016-02-10 | 1 | -1/+1 | |
| | | ||||||
* | | missing_arc_description is better than arc_destination_description. One test ↵ | Ned Batchelder | 2016-02-08 | 5 | -29/+72 | |
| | | | | | | | | broken. | |||||
* | | PyContracts need protection from metacov, centralize that too. | Ned Batchelder | 2016-02-07 | 1 | -10/+13 | |
| | | ||||||
* | | Move AST code together | Ned Batchelder | 2016-02-07 | 1 | -76/+77 | |
| | | ||||||
* | | Centralize the no-op-iness of contracts | Ned Batchelder | 2016-02-07 | 2 | -5/+8 | |
| | | ||||||
* | | More work to get better descriptions of arc behavior | Ned Batchelder | 2016-02-07 | 1 | -43/+83 | |
| | | ||||||
* | | Didn't mean to leave that there, of course | Ned Batchelder | 2016-02-07 | 1 | -1/+0 | |
| | | ||||||
* | | Properly handle {**{'a':1}} literals | Ned Batchelder | 2016-02-07 | 2 | -2/+40 | |
| | | ||||||
* | | Also display partial branch lines in the scrollbar markers | Ned Batchelder | 2016-02-06 | 2 | -2/+2 | |
| | | ||||||
* | | Different annotations on missed branches. I don't like them yet. | Ned Batchelder | 2016-02-06 | 3 | -36/+62 | |
| | | ||||||
* | | Don't let old tests results interfere with new tests | Ned Batchelder | 2016-02-05 | 1 | -4/+4 | |
| | | ||||||
* | | Add arc_destination_description so we can next make better descriptions | Ned Batchelder | 2016-02-04 | 5 | -6/+27 | |
| | | ||||||
* | | Drive-by cleanup | Ned Batchelder | 2016-02-04 | 1 | -5/+3 | |
| | | ||||||
* | | Oops, this fixes a test too | Ned Batchelder | 2016-02-03 | 1 | -7/+10 | |
| | | ||||||
* | | Fix the tests for HTML annotation changes | Ned Batchelder | 2016-02-03 | 2 | -11/+52 | |
| | | ||||||
* | | A way to show much longer explanations about lines in the HTML report. | Ned Batchelder | 2016-02-03 | 3 | -10/+29 | |
| | | ||||||
* | | Use whitespace:pre to avoid having to convert spaces in the HTML report. ↵ | Ned Batchelder | 2016-02-01 | 4 | -28/+23 | |
| | | | | | | | | Fixes #472. | |||||
* | | Clean ups and docstrings | Ned Batchelder | 2016-01-31 | 4 | -9/+15 | |
| | | ||||||
* | | Yield statements that are not resumed shouldn't be marked as missing. #440 | Ned Batchelder | 2016-01-31 | 4 | -5/+28 | |
| | | ||||||
* | | Underline the name when hovering the row in the HTML index | Ned Batchelder | 2016-01-31 | 1 | -4/+4 | |
| | |