summaryrefslogtreecommitdiff
path: root/test/test_files.py
Commit message (Collapse)AuthorAgeFilesLines
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
|
* 2.3 needs backward support for setNed Batchelder2010-08-311-0/+1
|
* Some prep work for finding completely uncovered files.Ned Batchelder2010-08-301-0/+24
|
* The 'source' option is a list of directories or packages to limit coverage's ↵Ned Batchelder2010-06-131-4/+35
| | | | attention.
* Lint cleanupNed Batchelder2010-03-211-8/+9
|
* Undo Ben Finney's patch to use the os.path methods. os.path.commonprefix is ↵Ned Batchelder2010-03-211-0/+34
both useless (beacause it's based on characters, not path components) and wrong (because to compute a relative path name, we need relative to a particular directory, or absolute, not some middle case).