add layercake
This commit is contained in:
7
layercake/tests/conftest.py
Normal file
7
layercake/tests/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import boto3
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def dynamodb_client():
|
||||
return boto3.client('dynamodb', endpoint_url='http://127.0.0.1:8000')
|
||||
Reference in New Issue
Block a user