mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-22 13:36:15 +03:00
Add link to the issue
This commit is contained in:
parent
cd4a2eda04
commit
b54715bf41
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user