better skip test message

This commit is contained in:
Pablo Hoffman 2010-08-22 19:08:52 -03:00
parent 6da1162839
commit 33686fa563
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class LxmlXmliterTestCase(XmliterTestCase):
try:
import lxml
except ImportError:
skip = True
skip = "lxml not available"
class UtilsCsvTestCase(unittest.TestCase):