summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJessie Wincek <jbwincek@gmail.com>2016-06-02 17:36:35 -0700
committerJessie Wincek <jbwincek@gmail.com>2016-06-02 17:36:35 -0700
commit3485f4e53adc1fe2a2ec5c92f39736847b96ef20 (patch)
tree49483e4fafd87b4901a4c3b7822f7289091f9252 /tests
parent01ef42a515f79f607b3c5228fbb945bb38d103ac (diff)
downloadpygments-3485f4e53adc1fe2a2ec5c92f39736847b96ef20.tar.gz
The test test_space_delimiited_kv_pair() got a name
Diffstat (limited to 'tests')
-rw-r--r--tests/test_properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_properties.py b/tests/test_properties.py
index f86c0348..113fcfca 100644
--- a/tests/test_properties.py
+++ b/tests/test_properties.py
@@ -63,7 +63,7 @@ class PropertiesTest(unittest.TestCase):
]
self.assertEqual(tokens, list(self.lexer.get_tokens(fragment)))
- def testNeedsName(self):
+ def test_space_delimited_kv_pair(self):
fragment = 'key value\n'
tokens = [
(Token.Name.Attribute, 'key'),