QC check
This commit is contained in:
1
tests/fixtures/__init__.py
vendored
1
tests/fixtures/__init__.py
vendored
@@ -1,3 +1,2 @@
|
||||
# tests/fixtures/__init__.py
|
||||
"""Test fixtures for the FastAPI application test suite."""
|
||||
|
||||
|
||||
2
tests/fixtures/shop_fixtures.py
vendored
2
tests/fixtures/shop_fixtures.py
vendored
@@ -3,7 +3,7 @@ import uuid
|
||||
|
||||
import pytest
|
||||
|
||||
from models.database.shop import Shop,ShopProduct
|
||||
from models.database.shop import Shop, ShopProduct
|
||||
from models.database.stock import Stock
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user