summaryrefslogtreecommitdiff
path: root/tests/support.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-20 11:48:21 +0200
committerGeorg Brandl <georg@python.org>2014-09-20 11:48:21 +0200
commit569a560c3875bdc589030413ed8b14d7c285670e (patch)
treed70f6e1fdbd4b97a8435238e2f5f33cb44b10732 /tests/support.py
parent1e9303897e7a1f0830a743d8fd06de5a233c927e (diff)
downloadpygments-569a560c3875bdc589030413ed8b14d7c285670e.tar.gz
basic API test: use SkipTest; PEP8
Diffstat (limited to 'tests/support.py')
-rw-r--r--tests/support.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/support.py b/tests/support.py
index 505c17da..c66ac663 100644
--- a/tests/support.py
+++ b/tests/support.py
@@ -5,6 +5,8 @@ Support for Pygments tests
import os
+from nose import SkipTest
+
def location(mod_name):
"""