add email
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import os
|
||||
from uuid import uuid4
|
||||
|
||||
import boto3
|
||||
import jsonlines
|
||||
import pytest
|
||||
|
||||
PYTEST_TABLE_NAME = 'pytest'
|
||||
PYTEST_TABLE_NAME = f'pytest_{uuid4()}'
|
||||
DYNAMODB_ENDPOINT_URL = 'http://localhost:8000'
|
||||
PK = 'id'
|
||||
SK = 'sk'
|
||||
|
||||
Reference in New Issue
Block a user