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):
417
417
self .assertEqual (services .value_getter (), 'services2' )
418
418
419
419
def test_reset_overriding_cache (self ):
420
+ # See: https://github.com/ets-labs/python-dependency-injector/issues/428
420
421
class Core (containers .DeclarativeContainer ):
421
422
config = providers .Configuration ()
422
423
@@ -443,6 +444,7 @@ class Application(containers.DeclarativeContainer):
443
444
self .assertEqual (container .core .greetings (), 'Hello Bob' )
444
445
445
446
def test_reset_overriding_cache_for_option (self ):
447
+ # See: https://github.com/ets-labs/python-dependency-injector/issues/428
446
448
class Core (containers .DeclarativeContainer ):
447
449
config = providers .Configuration ()
448
450
You can’t perform that action at this time.
0 commit comments