fixup! WIP
All checks were successful
Run tests / run-tests (push) Successful in 46s

This commit is contained in:
2025-12-09 12:55:24 +09:00
parent aa4e8dbee5
commit 6a83a41f28
12 changed files with 46 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ from pprint import pprint
from sqlalchemy.orm import Session
from dibbler.models import Product, Transaction, User
from dibbler.queries.user_balance import user_balance, user_balance_log
from dibbler.queries import user_balance, user_balance_log
# TODO: see if we can use pytest_runtest_makereport to print the "user_balance_log"s
# only on failures instead of inlining it in every test function