summaryrefslogtreecommitdiff
path: root/test/othermods/otherb.py
Commit message (Collapse)AuthorAgeFilesLines
* Move some test modules to keep them out of pylint's hair.Ned Batchelder2011-06-011-2/+0
| | | | | | | | | | --HG-- rename : test/othermods/__init__.py => test/moremodules/othermods/__init__.py rename : test/othermods/othera.py => test/moremodules/othermods/othera.py rename : test/othermods/otherb.py => test/moremodules/othermods/otherb.py rename : test/othermods/sub/__init__.py => test/moremodules/othermods/sub/__init__.py rename : test/othermods/sub/osa.py => test/moremodules/othermods/sub/osa.py rename : test/othermods/sub/osb.py => test/moremodules/othermods/sub/osb.py
* --omit and --include now interpret their values more usefully. Fixes #121.Ned Batchelder2011-03-211-0/+2