tests: split up getTests into helper funcs to avoid duplication
authorMike Frysinger <vapier@gentoo.org>
Sun, 9 Oct 2011 18:39:39 +0000 (14:39 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 9 Oct 2011 20:40:43 +0000 (16:40 -0400)
commit7dc6f767eb849040bd933046a3f8aa2938e04b13
treed7b56bcad123793debdf648b41e7d4885ecb5de7
parent949b30548b21630b1423f5ead8335bc5eb0bbc92
tests: split up getTests into helper funcs to avoid duplication

This avoids a little duplication between the getTestFromCommandLine and
getTests funcs, and they'll get utilized even more in follow up patches.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
pym/portage/tests/__init__.py