Add link to the issue

This commit is contained in:
Roman Mogylatov 2021-03-20 21:36:25 -04:00
parent cd4a2eda04
commit b54715bf41

View File

@ -417,6 +417,7 @@ class ConfigLinkingTests(unittest.TestCase):
self.assertEqual(services.value_getter(), 'services2')
def test_reset_overriding_cache(self):
# See: https://github.com/ets-labs/python-dependency-injector/issues/428
class Core(containers.DeclarativeContainer):
config = providers.Configuration()
@ -443,6 +444,7 @@ class ConfigLinkingTests(unittest.TestCase):
self.assertEqual(container.core.greetings(), 'Hello Bob')
def test_reset_overriding_cache_for_option(self):
# See: https://github.com/ets-labs/python-dependency-injector/issues/428
class Core(containers.DeclarativeContainer):
config = providers.Configuration()