summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * New flag for run: --debug, can trace why files aren't being traced.Ned Batchelder2013-09-041-24/+56
| |
| * Get test_html working under OS X when run from a venv. Thank, Brett Cannon.Ned Batchelder2013-08-141-0/+1
| |
| * Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3.Ned Batchelder2013-06-091-37/+38
| |
| * Fix the new test for py3, and add a test for #212.Ned Batchelder2013-05-031-3/+23
| |
* | Make UTF-8 detection more robust.Roger Hu2013-05-251-1/+15
|/ | | | | If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and doesn't try for the 2nd line.
* Add a (failing) test for #146.Ned Batchelder2013-05-011-0/+12
|
* Tweaks to Matt's merged pull request.Ned Batchelder2013-04-212-5/+5
|
* Merged in desmaj/coverage.py (pull request #17)Ned Batchelder2013-04-212-16/+39
|\ | | | | | | Removed redundant code; Changed a setup.py test to ensure that the proper setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental)
| * Don't touch files as unexecuted if they were omitted. Fixes #218.Ned Batchelder2013-04-211-1/+11
| |
| * Get sys.path right when running modules with -m, fixes #207 and #242.Ned Batchelder2013-04-201-15/+28
| |
* | Removed redundant code; Changed a setup.py test to ensure that the proper ↵desmaj2013-03-182-1/+7
|/ | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental
* Don't issue spurious warnings about the trace function changing. Fixes #164Ned Batchelder2013-03-101-0/+33
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-02-021-1/+1
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-0223-44/+44
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-02174-0/+14512
package.