Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |