Add skipped test support (for python 2.6 compat)
authorZac Medico <zmedico@gentoo.org>
Fri, 26 Aug 2011 06:07:39 +0000 (23:07 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 26 Aug 2011 06:07:39 +0000 (23:07 -0700)
commitebc4f381f351f6c67dd911be1efa2df51de87f07
tree78d41c3771d01d253eb703e88a8756f85c318645
parent79a1d928f819692f22e28eeb0f8d780d13871fa4
Add skipped test support (for python 2.6 compat)

Python supports skipped tests since 2.7, but we'll implement support
ourselves for python 2.6 compatibility. This is a simple extension of
the todo support that we have already implemented.
pym/portage/tests/__init__.py