Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | And also keep Py3.x happy... | Ned Batchelder | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | More windows tweaking. | Ned Batchelder | 2011-08-23 | 1 | -1/+4 |
| | |||||
* | Finished implementation of path aliases for combining data files. #17. | Ned Batchelder | 2011-08-23 | 2 | -0/+59 |
| | |||||
* | PathAliases munges the fnmatch pattern, and could have accidentally borked ↵ | Ned Batchelder | 2011-08-22 | 1 | -0/+7 |
| | | | | the match. | ||||
* | Cleanups for lint and older Pythons | Ned Batchelder | 2011-08-21 | 2 | -15/+21 |
| | |||||
* | The machinery to map paths through aliases for merging coverage data from ↵ | Ned Batchelder | 2011-08-21 | 2 | -3/+86 |
| | | | | disparate machines. Part of fixing #17. | ||||
* | Cleanup | Ned Batchelder | 2011-08-17 | 1 | -4/+4 |
| | |||||
* | Properly handle Unicode characters in Python source when creating the HTML ↵ | Ned Batchelder | 2011-08-17 | 14 | -1/+1240 |
| | | | | report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144. | ||||
* | Oh, can't test 'with' in Pythons that don't have it. | Ned Batchelder | 2011-08-11 | 1 | -13/+14 |
| | |||||
* | Merge | Ned Batchelder | 2011-08-11 | 1 | -0/+16 |
|\ | |||||
| * | The for-else fix also fixed 'with' statements, and therefore, issue #128. | Ned Batchelder | 2011-08-10 | 1 | -0/+16 |
| | | |||||
* | | Control the test better; don't use os when cleaning up the path | Ned Batchelder | 2011-08-08 | 2 | -21/+26 |
|/ | |||||
* | A fullcoverage tracer that works. Events are stashed, then replayed when ↵ | Ned Batchelder | 2011-08-08 | 2 | -1/+21 |
| | | | | coverage is started. | ||||
* | You can include files in the Python installation, and they will be measured. | Ned Batchelder | 2011-08-03 | 1 | -5/+22 |
| | |||||
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-08-02 | 2 | -2/+36 |
|\ | |||||
| * | The number of missed branches reported on the HTML summary page didn't match ↵ | Ned Batchelder | 2011-08-02 | 1 | -0/+33 |
| | | | | | | | | the number on the file page. | ||||
| * | Shorten a line | Ned Batchelder | 2011-08-02 | 1 | -2/+3 |
| | | |||||
* | | for-else constructs are handled properly, avoiding bogus partial branch ↵ | Ned Batchelder | 2011-07-04 | 3 | -14/+15 |
|/ | | | | warnings. Fixes issue #122. Bonus irony: this also makes while 1 loops automatically understood better too. | ||||
* | A test and a fix for issue #122, maybe? | Ned Batchelder | 2011-07-04 | 1 | -0/+15 |
| | |||||
* | 2.7's unittest is more helpful with long messages. | Ned Batchelder | 2011-07-04 | 1 | -0/+3 |
| | |||||
* | Update the gold files for HTML since the index file now has keyboard help. | Ned Batchelder | 2011-06-26 | 9 | -0/+150 |
| | |||||
* | HTML report hotkeys work differently if the current chunk is off-screen. A ↵ | Ned Batchelder | 2011-06-26 | 1 | -2/+43 |
| | | | | chunk on-screen will be selected next. | ||||
* | Un-tab | Ned Batchelder | 2011-06-23 | 1 | -9/+9 |
| | |||||
* | Latest qunit code, seems to fix the crazy scrolling behavior in qunit ↵ | Ned Batchelder | 2011-06-23 | 2 | -83/+99 |
| | | | | results page. | ||||
* | Minor tweak to a warning. | Ned Batchelder | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | Fix a test involving optimized-away constant if statements, and add a test ↵ | Ned Batchelder | 2011-06-03 | 2 | -1/+16 |
| | | | | about them. | ||||
* | Move some test modules to keep them out of pylint's hair. | Ned Batchelder | 2011-06-01 | 8 | -1/+2 |
| | | | | | | | | | | --HG-- rename : test/othermods/__init__.py => test/moremodules/othermods/__init__.py rename : test/othermods/othera.py => test/moremodules/othermods/othera.py rename : test/othermods/otherb.py => test/moremodules/othermods/otherb.py rename : test/othermods/sub/__init__.py => test/moremodules/othermods/sub/__init__.py rename : test/othermods/sub/osa.py => test/moremodules/othermods/sub/osa.py rename : test/othermods/sub/osb.py => test/moremodules/othermods/sub/osb.py | ||||
* | Remove a bunch of warnings from pylint. | Ned Batchelder | 2011-05-31 | 1 | -2/+5 |
| | |||||
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 8 | -37/+350 |
| | |||||
* | The right way to communicate with a subprocess. | Ned Batchelder | 2011-05-25 | 1 | -2/+2 |
| | |||||
* | The current directory auto-inserted into sys.path is now absolute, to better ↵ | Ned Batchelder | 2011-05-21 | 1 | -0/+7 |
| | | | | mimic Python execution. | ||||
* | WIP for partial branch exclusion. #113 | Ned Batchelder | 2011-05-17 | 2 | -5/+17 |
| | |||||
* | Merge bug_123 work into default. | Ned Batchelder | 2011-04-27 | 3 | -5/+43 |
|\ | |||||
| * | C trace function now roundtrips properly. Fixes #123 and #125. | Ned Batchelder | 2011-04-27 | 3 | -5/+26 |
| | | | | | | | | | | --HG-- branch : bug_123 | ||||
| * | A fix for bug #123, but it doesn't restore tracing properly yet, still want ↵ | Ned Batchelder | 2011-04-25 | 1 | -0/+17 |
| | | | | | | | | | | | | | | to get to the bottom of that. --HG-- branch : bug_123 | ||||
* | | Since people make this mistake, and it's mysterious: accept a single string ↵ | Ned Batchelder | 2011-04-25 | 1 | -0/+18 |
|/ | | | | for omit and include. | ||||
* | Changing the HTML report means updating gold files. | Ned Batchelder | 2011-04-21 | 26 | -1897/+2373 |
| | |||||
* | Style | Ned Batchelder | 2011-04-17 | 1 | -2/+4 |
| | |||||
* | Style | Ned Batchelder | 2011-04-17 | 1 | -19/+19 |
| | |||||
* | More tests, some refactoring of the code. | Ned Batchelder | 2011-04-17 | 1 | -19/+86 |
| | |||||
* | Even better way to test js: build fixtures programmatically, no need for ↵ | Ned Batchelder | 2011-04-17 | 3 | -61/+65 |
| | | | | monkeypatching the code under test. | ||||
* | Javascript tests | Ned Batchelder | 2011-04-16 | 4 | -0/+1809 |
| | |||||
* | HTML incremental generation should also take the coverage.py version into ↵ | Ned Batchelder | 2011-03-27 | 1 | -1/+35 |
| | | | | account: a new version means scrap everything and do it all. | ||||
* | Remove trailing spaces | Ned Batchelder | 2011-03-24 | 1 | -2/+2 |
| | |||||
* | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 3 | -1/+170 |
| | |||||
* | 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 | 8 | -27/+86 |
| | |||||
* | 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 |
| | |||||
* | A file opened in 'b' mode needs bytes, not strings. Try to do this in a ↵ | Ned Batchelder | 2011-03-15 | 1 | -1/+2 |
| | | | | clean-ish way... |