Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Since people make this mistake, and it's mysterious: accept a single string ↵ | Ned Batchelder | 2011-04-25 | 3 | -1/+27 | |
|/ / / | | | | | | | | | | for omit and include. | |||||
* | | | Py3.x doesn't need a separate virtualenv any more. | Ned Batchelder | 2011-04-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Changing the HTML report means updating gold files. | Ned Batchelder | 2011-04-21 | 26 | -1897/+2373 | |
| | | | ||||||
* | | | Thanks, Sandra | Ned Batchelder | 2011-04-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 6 | -0/+84 | |
| | | | ||||||
* | | | 'prune' is for directories, and it turns out we don't need to 'exclude' this ↵ | Ned Batchelder | 2011-04-18 | 1 | -1/+0 | |
|/ / | | | | | | | file either, it was never included in the first place. | |||||
* | | Style | Ned Batchelder | 2011-04-17 | 2 | -5/+7 | |
| | | ||||||
* | | Style | Ned Batchelder | 2011-04-17 | 2 | -38/+38 | |
| | | ||||||
* | | More tests, some refactoring of the code. | Ned Batchelder | 2011-04-17 | 2 | -33/+100 | |
| | | ||||||
* | | Even better way to test js: build fixtures programmatically, no need for ↵ | Ned Batchelder | 2011-04-17 | 5 | -67/+76 | |
| | | | | | | | | monkeypatching the code under test. | |||||
* | | Convert from DOS line-endings | Ned Batchelder | 2011-04-17 | 1 | -53/+53 | |
| | | ||||||
* | | Javascript tests | Ned Batchelder | 2011-04-16 | 5 | -22/+1852 | |
| | | ||||||
* | | Push some characters around. | Ned Batchelder | 2011-04-16 | 1 | -6/+5 | |
| | | ||||||
* | | Update the docs for running coverage as a module. | Ned Batchelder | 2011-04-15 | 2 | -0/+6 | |
| | | ||||||
* | | Update CHANGES. | Ned Batchelder | 2011-04-10 | 1 | -0/+4 | |
| | | ||||||
* | | Merge Brett's __main__.py file for the tree. | Ned Batchelder | 2011-04-10 | 2 | -0/+17 | |
|\ \ | ||||||
| * | | Allow coverage.py to be executed by pointing Python at a repository's | Brett Cannon | 2011-02-26 | 2 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory. Since Python 2.6 one can specify a __main__.py in a directory to tell Python what to do if it is pointed at simply a directory. For instance, assuming one has a clone of coverage.py sitting at ../coveragepy, this patch allows for:: python ../coveragepy run ... This is extremely handy if you want to use coverage.py straight from a clone without adding the clone's directory to sys.path (which can be an issue at least in the stdlib as that will pick up 'test' as a package, masking the stdlib's own 'test' package). | |||||
* | | | Record a bug fix. | Ned Batchelder | 2011-04-10 | 1 | -0/+4 | |
| | | | ||||||
* | | | Deal more gracefully with unexpectedly-not-python source during reporting. | Ned Batchelder | 2011-04-08 | 3 | -5/+10 | |
| | | | ||||||
* | | | Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate ↵ | Ned Batchelder | 2011-04-08 | 1 | -12/+16 | |
| | | | | | | | | | | | | testing. | |||||
* | | | HTML incremental generation should also take the coverage.py version into ↵ | Ned Batchelder | 2011-03-27 | 2 | -15/+68 | |
| | | | | | | | | | | | | account: a new version means scrap everything and do it all. | |||||
* | | | HTML hotkeys for jumping to next/prev highlighted source section. | Ned Batchelder | 2011-03-27 | 6 | -5/+164 | |
| | | | ||||||
* | | | Make the new code a little nicer. | Ned Batchelder | 2011-03-25 | 1 | -13/+23 | |
| | | | ||||||
* | | | Got 2.3 to build, so now this is tested and works against 2.3 | Ned Batchelder | 2011-03-25 | 3 | -3/+10 | |
| | | | ||||||
* | | | Remove trailing spaces | Ned Batchelder | 2011-03-24 | 2 | -3/+3 | |
| | | | ||||||
* | | | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 10 | -9/+332 | |
| | | | ||||||
* | | | Add a test helper for checking on the existence of files. | Ned Batchelder | 2011-03-22 | 4 | -15/+34 | |
| | | | ||||||
* | | | --omit and --include now interpret their values more usefully. Fixes #121. | Ned Batchelder | 2011-03-21 | 11 | -36/+114 | |
| | | | ||||||
* | | | A narrower way to check that empty __init__.py files show zero statements. | Ned Batchelder | 2011-03-21 | 1 | -14/+4 | |
| | | | ||||||
* | | | All tests should restore sys.path | Ned Batchelder | 2011-03-20 | 2 | -5/+8 | |
| | | | ||||||
* | | | Clean-ups | Ned Batchelder | 2011-03-16 | 4 | -5/+9 | |
| | | | ||||||
* | | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-03-15 | 1 | -2/+1 | |
|\ \ \ | ||||||
| * | | | Remove a little noise from this lab tool | Ned Batchelder | 2011-03-15 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | A file opened in 'b' mode needs bytes, not strings. Try to do this in a ↵ | Ned Batchelder | 2011-03-15 | 3 | -4/+20 | |
| | | | | | | | | | | | | | | | | clean-ish way... | |||||
* | | | | Merge the backout to the tip | Ned Batchelder | 2011-03-15 | 1 | -28/+29 | |
|\ \ \ \ | ||||||
| * | | | | Backed out changeset c6083fae29bf | Ned Batchelder | 2011-03-15 | 1 | -28/+29 | |
| | | | | | | | | | | | | | | | | | | | | I don't know what I want to do with this wacky test yet. | |||||
* | | | | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-03-15 | 1 | -31/+51 | |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | ||||||
| * | | | Put the missing-continue test back into the mix. | Ned Batchelder | 2011-03-15 | 1 | -29/+28 | |
| | | | | ||||||
| * | | | Figures 2.4 has different answers for the psycho edge cases. | Ned Batchelder | 2011-03-13 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Adjust some tests for PyPy: it's more aggressive about optimizing away ↵ | Ned Batchelder | 2011-03-13 | 1 | -2/+23 | |
| |/ / | | | | | | | | | | expressions with no side effects. | |||||
* | | | Ugh, newb mistake: Windows needs the b flag to tightly control the bytes in ↵ | Ned Batchelder | 2011-03-13 | 1 | -1/+1 | |
|/ / | | | | | | | the file. | |||||
* | | setup.py now succeeds even if there is no C compiler. Fixes issue #80. | Ned Batchelder | 2011-02-13 | 2 | -3/+18 | |
| | | ||||||
* | | Minor tweaks to the docs. | Ned Batchelder | 2011-02-13 | 2 | -17/+40 | |
| | | ||||||
* | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-02-12 | 2 | -0/+27 | |
|\ \ | ||||||
| * | | New sphinx adds a blank line before the xml declaration, this micro-tool ↵ | Ned Batchelder | 2011-02-12 | 2 | -0/+27 | |
| | | | | | | | | | | | | strips it off. | |||||
* | | | A different (better) way to avoid warnings when no code has been run. | Ned Batchelder | 2011-02-12 | 4 | -34/+24 | |
|/ / | ||||||
* | | Don't warn about not collecting data if we never ran any code in the first ↵ | Ned Batchelder | 2011-02-07 | 4 | -24/+50 | |
| | | | | | | | | place. | |||||
* | | Make this message simpler and clearer. | Ned Batchelder | 2011-02-07 | 2 | -3/+3 | |
| | | ||||||
* | | Add tests and doc for Brandon's -m flag. | Ned Batchelder | 2011-02-06 | 12 | -33/+136 | |
| | | ||||||
* | | Automated merge with file:///home/ned/coverage/trunk | Ned Batchelder | 2011-02-06 | 2 | -7/+53 | |
|\ \ |