File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments