Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | New flag for run: --debug, can trace why files aren't being traced. | Ned Batchelder | 2013-09-04 | 1 | -24/+56 | |
| | | ||||||
| * | Get test_html working under OS X when run from a venv. Thank, Brett Cannon. | Ned Batchelder | 2013-08-14 | 1 | -0/+1 | |
| | | ||||||
| * | Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3. | Ned Batchelder | 2013-06-09 | 1 | -37/+38 | |
| | | ||||||
| * | Fix the new test for py3, and add a test for #212. | Ned Batchelder | 2013-05-03 | 1 | -3/+23 | |
| | | ||||||
* | | Make UTF-8 detection more robust. | Roger Hu | 2013-05-25 | 1 | -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 Batchelder | 2013-05-01 | 1 | -0/+12 | |
| | ||||||
* | Tweaks to Matt's merged pull request. | Ned Batchelder | 2013-04-21 | 2 | -5/+5 | |
| | ||||||
* | Merged in desmaj/coverage.py (pull request #17) | Ned Batchelder | 2013-04-21 | 2 | -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 Batchelder | 2013-04-21 | 1 | -1/+11 | |
| | | ||||||
| * | Get sys.path right when running modules with -m, fixes #207 and #242. | Ned Batchelder | 2013-04-20 | 1 | -15/+28 | |
| | | ||||||
* | | Removed redundant code; Changed a setup.py test to ensure that the proper ↵ | desmaj | 2013-03-18 | 2 | -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 #164 | Ned Batchelder | 2013-03-10 | 1 | -0/+33 | |
| | ||||||
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 23 | -44/+44 | |
| | ||||||
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 174 | -0/+14512 | |
package. |