From 3c04c12d227bd08f248519691418f07070f9c587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Thu, 16 Feb 2017 18:09:05 +0100 Subject: It is actually a good thing that this line is not called. --- pyramid/tests/test_config/test_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/tests/test_config/test_settings.py b/pyramid/tests/test_config/test_settings.py index 202629358..a3afd24e7 100644 --- a/pyramid/tests/test_config/test_settings.py +++ b/pyramid/tests/test_config/test_settings.py @@ -66,7 +66,7 @@ class TestSettingsConfiguratorMixin(unittest.TestCase): def test_settings_parameter_dict_is_never_updated(self): class ReadOnlyDict(dict): - def __readonly__(self, *args, **kwargs): + def __readonly__(self, *args, **kwargs): # pragma: no cover raise RuntimeError("Cannot modify ReadOnlyDict") __setitem__ = __readonly__ __delitem__ = __readonly__ -- cgit v1.2.3