We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e944f commit 0883b52Copy full SHA for 0883b52
Lib/test/test_configparser.py
@@ -1175,8 +1175,6 @@ def test_reading(self):
1175
self.assertEqual(cf.get("global", "hosts allow"), "127.")
1176
self.assertEqual(cf.get("tmp", "echo command"), "cat %s; rm %s")
1177
1178
-
1179
1180
class ConfigParserTestCaseExtendedInterpolation(BasicTestCase, unittest.TestCase):
1181
config_class = configparser.ConfigParser
1182
interpolation = configparser.ExtendedInterpolation()
@@ -1324,8 +1322,6 @@ def test_case_sensitivity_conflicts(self):
1324
1322
eq(cf['random']['foo'], 'value redefined')
1325
1323
eq(cf['random']['Foo'], 'A Better Value Redefined')
1326
1327
1328
1329
def test_other_errors(self):
1330
cf = self.fromstring("""
1331
[interpolation fail]
0 commit comments