0

我正在Nameko wity pyTest中设置集成测试。在我的conftest.py我添加了以下夹具

@pytest.fixture
def test_config(rabbit_config, db_url):
    with config.patch({'DB_URIS': {'service:Base': db_url}}):
        yield

但我得到了这个错误

ImportError: cannot import name 'config' from 'nameko'

PS:我已经Nameko 2.14.0安装了

4

0 回答 0