átlagos kiegészítséek jó sok

This commit is contained in:
Roo
2026-03-22 11:02:05 +00:00
parent f53e0b53df
commit 5d44339f21
249 changed files with 20922 additions and 2253 deletions

View File

@@ -117,7 +117,7 @@ async def test_atomic_transaction_manager():
# Ellenőrizzük, hogy a szükséges importok megvannak-e
try:
from app.models.audit import LedgerEntryType, WalletType
from app.models import LedgerEntryType, WalletType
print(f"- LedgerEntryType importálva: {LedgerEntryType}")
print(f"- WalletType importálva: {WalletType}")
except ImportError as e:
@@ -148,7 +148,7 @@ async def test_file_completeness():
("deduct_from_wallets", "deduct_from_wallets metódus"),
("atomic_billing_transaction", "atomic_billing_transaction metódus"),
("from app.models.identity import", "identity model import"),
("from app.models.audit import", "audit model import"),
("from app.models import", "audit model import"),
]
all_passed = True