code quality run
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# tests/test_performance.py
|
||||
import pytest
|
||||
import time
|
||||
|
||||
import pytest
|
||||
|
||||
from models.database_models import Product
|
||||
|
||||
|
||||
@@ -15,7 +16,7 @@ class TestPerformance:
|
||||
product_id=f"PERF{i:03d}",
|
||||
title=f"Performance Test Product {i}",
|
||||
price=f"{i}.99",
|
||||
marketplace="Performance"
|
||||
marketplace="Performance",
|
||||
)
|
||||
products.append(product)
|
||||
|
||||
@@ -41,7 +42,7 @@ class TestPerformance:
|
||||
title=f"Searchable Product {i}",
|
||||
description=f"This is a searchable product number {i}",
|
||||
brand="SearchBrand",
|
||||
marketplace="SearchMarket"
|
||||
marketplace="SearchMarket",
|
||||
)
|
||||
products.append(product)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user