This commit is contained in:
2025-07-22 14:26:05 -03:00
parent 2f7b880f48
commit 1a1d545544
12 changed files with 298 additions and 200 deletions

View File

@@ -3,11 +3,12 @@ import json
import os
from dataclasses import dataclass
from http import HTTPMethod
from uuid import uuid4
import jsonlines
import pytest
PYTEST_TABLE_NAME = 'pytest'
PYTEST_TABLE_NAME = f'pytest-{uuid4()}'
PK = 'id'
SK = 'sk'