Application fully migrated to modular approach

This commit is contained in:
2025-09-13 21:30:40 +02:00
parent c7d6b33cd5
commit b9fe91ab88
38 changed files with 509 additions and 265 deletions

View File

@@ -3,6 +3,8 @@ import pytest
import csv
from io import StringIO
from models.database_models import Product
class TestExportFunctionality:
def test_csv_export_basic(self, client, auth_headers, test_product):