Why would a fixture reference not be able to access a table it created in a unit test?

前端 未结 0 1065
面向向阳花
面向向阳花 2021-01-07 22:07

So I attempted to to create a dynamodb table to run my tests with a pytest fixture like so:

@pytest.fixture
@mock_dynamodb2
def db_resource():
    db_resource         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题