summaryrefslogtreecommitdiff
path: root/test/test_files.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-169/+0
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-3/+2
* The only good pylint is a quiet pylintNed Batchelder2012-11-051-1/+1
* Fix #163: embarassingly, the wildcards for include and omit didn't work prope...Ned Batchelder2012-10-291-4/+3
* Fix this test on windows.Ned Batchelder2012-09-291-1/+5
* Fix #194: a file path could have its prefix twice.Ned Batchelder2012-09-081-0/+7
* With --source=dir, dir/__init__.py need not exist any longer, but dir/sub/__i...Ned Batchelder2012-07-041-2/+1
* When looking for python files, don't take suspicious ones. Fixes #168.Ned Batchelder2012-03-241-0/+1
* PathAliases munges the fnmatch pattern, and could have accidentally borked th...Ned Batchelder2011-08-221-0/+7
* Cleanups for lint and older PythonsNed Batchelder2011-08-211-14/+18
* The machinery to map paths through aliases for merging coverage data from dis...Ned Batchelder2011-08-211-1/+59
* 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
* 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