We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e1dde commit 982705aCopy full SHA for 982705a
1 file changed
tests/test_msgcheck.py
@@ -130,8 +130,8 @@ def test_replace_formatters_python(self):
130
self.assertEqual(replace_formatters('%(sth)s', 'python'), '')
131
self.assertEqual(replace_formatters('%(sth)02f', 'python'), '')
132
133
- def test_replace_formatters_python_braces(self):
134
- """Test removal of formatters in a python braces string."""
+ def test_replace_formatters_python_brace(self):
+ """Test removal of formatters in a python brace string."""
135
# str.format()
136
conditions = (
137
('First, thou shalt count to {0}',
0 commit comments