summaryrefslogtreecommitdiff
path: root/creole/tests/utils
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2014-09-14 21:25:25 +0200
committerJensDiemer <git@jensdiemer.de>2014-09-14 21:25:25 +0200
commitbdb16dcf3471831ae252006f8d7fcecd2e537154 (patch)
tree30fa100735f46b35003cb9e110b07baf87603e19 /creole/tests/utils
parent23e519e6cf884403088b1b3809755039dbd985f2 (diff)
downloadcreole-bdb16dcf3471831ae252006f8d7fcecd2e537154.tar.gz
Update unitest for textile v2.1.8
Diffstat (limited to 'creole/tests/utils')
-rw-r--r--creole/tests/utils/base_unittest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/creole/tests/utils/base_unittest.py b/creole/tests/utils/base_unittest.py
index 3c6c6fc..92e906c 100644
--- a/creole/tests/utils/base_unittest.py
+++ b/creole/tests/utils/base_unittest.py
@@ -7,7 +7,7 @@
Basic unittest class for all python-creole tests.
- :copyleft: 2008-2009 by python-creole team, see AUTHORS for more details.
+ :copyleft: 2008-2014 by python-creole team, see AUTHORS for more details.
:license: GNU GPL v3 or above, see LICENSE for more details.
"""
@@ -265,6 +265,7 @@ class BaseCreoleTest(MarkupTest):
# compare textile -> html
if not test_textile:
+ # TODO: Use @unittest.skipIf if python 2.6 will be not support anymore
warnings.warn("Skip textile test. Please install python textile module.")
return