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/run.py | |
parent | 1e9303897e7a1f0830a743d8fd06de5a233c927e (diff) | |
download | pygments-569a560c3875bdc589030413ed8b14d7c285670e.tar.gz |
basic API test: use SkipTest; PEP8
Diffstat (limited to 'tests/run.py')
-rw-r--r-- | tests/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py index e87837e5..94d629e8 100644 --- a/tests/run.py +++ b/tests/run.py @@ -14,7 +14,8 @@ from __future__ import print_function -import sys, os +import os +import sys # only find tests in this directory if os.path.dirname(__file__): |