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_cfm.py | |
| parent | a41f232a0aa9f2b435e54a7e247c858a8f2d7fa8 (diff) | |
| download | pygments-git-a281ff8367a3a5f4cc17c9956e9273593558d336.tar.gz | |
Cleanup test modules, more pytest-like testing.
Diffstat (limited to 'tests/test_cfm.py')
| -rw-r--r-- | tests/test_cfm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_cfm.py b/tests/test_cfm.py index e7147a6c..98122aba 100644 --- a/tests/test_cfm.py +++ b/tests/test_cfm.py @@ -8,7 +8,6 @@ """ import unittest -import os from pygments.token import Token from pygments.lexers import ColdfusionHtmlLexer |
