QC check
This commit is contained in:
@@ -10,7 +10,7 @@ from main import app
|
||||
# Import all models to ensure they're registered with Base metadata
|
||||
from models.database.marketplace import MarketplaceImportJob
|
||||
from models.database.product import Product
|
||||
from models.database.shop import Shop,ShopProduct
|
||||
from models.database.shop import Shop, ShopProduct
|
||||
from models.database.stock import Stock
|
||||
from models.database.user import User
|
||||
|
||||
@@ -87,7 +87,7 @@ def cleanup():
|
||||
# Import fixtures from fixture modules
|
||||
pytest_plugins = [
|
||||
"tests.fixtures.auth_fixtures",
|
||||
"tests.fixtures.product_fixtures",
|
||||
"tests.fixtures.product_fixtures",
|
||||
"tests.fixtures.shop_fixtures",
|
||||
"tests.fixtures.marketplace_fixtures",
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user