mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-19 12:32:27 +03:00
Fix package test
This commit is contained in:
parent
ffb591a11c
commit
0d1334638f
|
@ -30,7 +30,7 @@ class WiringTest(unittest.TestCase):
|
||||||
|
|
||||||
def test_package_lookup(self):
|
def test_package_lookup(self):
|
||||||
from .package.subpackage.submodule import test_function
|
from .package.subpackage.submodule import test_function
|
||||||
service = module.test_function()
|
service = test_function()
|
||||||
self.assertIsInstance(service, Service)
|
self.assertIsInstance(service, Service)
|
||||||
|
|
||||||
def test_class_wiring(self):
|
def test_class_wiring(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user