summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* More windows tweaking.Ned Batchelder2011-08-231-1/+4
* Finished implementation of path aliases for combining data files. #17.Ned Batchelder2011-08-232-0/+59
* PathAliases munges the fnmatch pattern, and could have accidentally borked th...Ned Batchelder2011-08-221-0/+7
* Cleanups for lint and older PythonsNed Batchelder2011-08-212-15/+21
* The machinery to map paths through aliases for merging coverage data from dis...Ned Batchelder2011-08-212-3/+86
* CleanupNed Batchelder2011-08-171-4/+4
* Properly handle Unicode characters in Python source when creating the HTML re...Ned Batchelder2011-08-1714-1/+1240
* Oh, can't test 'with' in Pythons that don't have it.Ned Batchelder2011-08-111-13/+14
* MergeNed Batchelder2011-08-111-0/+16
|\
| * The for-else fix also fixed 'with' statements, and therefore, issue #128.Ned Batchelder2011-08-101-0/+16
* | Control the test better; don't use os when cleaning up the pathNed Batchelder2011-08-082-21/+26
|/
* A fullcoverage tracer that works. Events are stashed, then replayed when cov...Ned Batchelder2011-08-082-1/+21
* You can include files in the Python installation, and they will be measured.Ned Batchelder2011-08-031-5/+22
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-08-022-2/+36
|\
| * The number of missed branches reported on the HTML summary page didn't match ...Ned Batchelder2011-08-021-0/+33
| * Shorten a lineNed Batchelder2011-08-021-2/+3
* | for-else constructs are handled properly, avoiding bogus partial branch warni...Ned Batchelder2011-07-043-14/+15
|/
* A test and a fix for issue #122, maybe?Ned Batchelder2011-07-041-0/+15
* 2.7's unittest is more helpful with long messages.Ned Batchelder2011-07-041-0/+3
* Update the gold files for HTML since the index file now has keyboard help.Ned Batchelder2011-06-269-0/+150
* HTML report hotkeys work differently if the current chunk is off-screen. A c...Ned Batchelder2011-06-261-2/+43
* Un-tabNed Batchelder2011-06-231-9/+9
* Latest qunit code, seems to fix the crazy scrolling behavior in qunit results...Ned Batchelder2011-06-232-83/+99
* Minor tweak to a warning.Ned Batchelder2011-06-041-1/+1
* Fix a test involving optimized-away constant if statements, and add a test ab...Ned Batchelder2011-06-032-1/+16
* Move some test modules to keep them out of pylint's hair.Ned Batchelder2011-06-018-1/+2
* Remove a bunch of warnings from pylint.Ned Batchelder2011-05-311-2/+5
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-318-37/+350
* The right way to communicate with a subprocess.Ned Batchelder2011-05-251-2/+2
* The current directory auto-inserted into sys.path is now absolute, to better ...Ned Batchelder2011-05-211-0/+7
* WIP for partial branch exclusion. #113Ned Batchelder2011-05-172-5/+17
* Merge bug_123 work into default.Ned Batchelder2011-04-273-5/+43
|\
| * C trace function now roundtrips properly. Fixes #123 and #125.Ned Batchelder2011-04-273-5/+26
| * A fix for bug #123, but it doesn't restore tracing properly yet, still want t...Ned Batchelder2011-04-251-0/+17
* | Since people make this mistake, and it's mysterious: accept a single string f...Ned Batchelder2011-04-251-0/+18
|/
* Changing the HTML report means updating gold files.Ned Batchelder2011-04-2126-1897/+2373
* StyleNed Batchelder2011-04-171-2/+4
* StyleNed Batchelder2011-04-171-19/+19
* More tests, some refactoring of the code.Ned Batchelder2011-04-171-19/+86
* Even better way to test js: build fixtures programmatically, no need for monk...Ned Batchelder2011-04-173-61/+65
* Javascript testsNed Batchelder2011-04-164-0/+1809
* HTML incremental generation should also take the coverage.py version into acc...Ned Batchelder2011-03-271-1/+35
* Remove trailing spacesNed Batchelder2011-03-241-2/+2
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-243-1/+170
* Add a test helper for checking on the existence of files.Ned Batchelder2011-03-224-15/+34
* --omit and --include now interpret their values more usefully. Fixes #121.Ned Batchelder2011-03-218-27/+86
* A narrower way to check that empty __init__.py files show zero statements.Ned Batchelder2011-03-211-14/+4
* All tests should restore sys.pathNed Batchelder2011-03-202-5/+8
* A file opened in 'b' mode needs bytes, not strings. Try to do this in a clea...Ned Batchelder2011-03-151-1/+2
* Merge the backout to the tipNed Batchelder2011-03-151-28/+29
|\