diff options
author | Georg Brandl <georg@python.org> | 2014-09-20 11:48:21 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-20 11:48:21 +0200 |
commit | 569a560c3875bdc589030413ed8b14d7c285670e (patch) | |
tree | d70f6e1fdbd4b97a8435238e2f5f33cb44b10732 /tests/support.py | |
parent | 1e9303897e7a1f0830a743d8fd06de5a233c927e (diff) | |
download | pygments-569a560c3875bdc589030413ed8b14d7c285670e.tar.gz |
basic API test: use SkipTest; PEP8
Diffstat (limited to 'tests/support.py')
-rw-r--r-- | tests/support.py | 2 |
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): """ |