summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.