diff options
author | Georg Brandl <georg@python.org> | 2019-05-06 16:18:56 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2019-11-10 10:15:13 +0100 |
commit | a281ff8367a3a5f4cc17c9956e9273593558d336 (patch) | |
tree | ee145581327104377a6d079d2c3ec5c1e188bf7d /tests/test_objectiveclexer.py | |
parent | a41f232a0aa9f2b435e54a7e247c858a8f2d7fa8 (diff) | |
download | pygments-git-a281ff8367a3a5f4cc17c9956e9273593558d336.tar.gz |
Cleanup test modules, more pytest-like testing.
Diffstat (limited to 'tests/test_objectiveclexer.py')
-rw-r--r-- | tests/test_objectiveclexer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_objectiveclexer.py b/tests/test_objectiveclexer.py index 3db6a9e0..c205969f 100644 --- a/tests/test_objectiveclexer.py +++ b/tests/test_objectiveclexer.py @@ -8,7 +8,6 @@ """ import unittest -import os from pygments.token import Token from pygments.lexers import ObjectiveCLexer |