Skip to content

Commit b54715b

Browse files
committed
Add link to the issue
1 parent cd4a2ed commit b54715b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/providers/test_configuration_py2_py3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ def test_double_override(self):
417417
self.assertEqual(services.value_getter(), 'services2')
418418

419419
def test_reset_overriding_cache(self):
420+
# See: https://github.com/ets-labs/python-dependency-injector/issues/428
420421
class Core(containers.DeclarativeContainer):
421422
config = providers.Configuration()
422423

@@ -443,6 +444,7 @@ class Application(containers.DeclarativeContainer):
443444
self.assertEqual(container.core.greetings(), 'Hello Bob')
444445

445446
def test_reset_overriding_cache_for_option(self):
447+
# See: https://github.com/ets-labs/python-dependency-injector/issues/428
446448
class Core(containers.DeclarativeContainer):
447449
config = providers.Configuration()
448450

0 commit comments

Comments
 (0)