refactor: Introduce utility functions for exception handling and database operations; update auth and playlist services to use new exception methods
All checks were successful
Backend CI / test (push) Successful in 3m58s
All checks were successful
Backend CI / test (push) Successful in 3m58s
This commit is contained in:
@@ -11,6 +11,7 @@ from app.models.plan import Plan
|
||||
from app.models.user import User
|
||||
from app.repositories.user import UserRepository
|
||||
from app.utils.auth import PasswordUtils
|
||||
from app.utils.database import create_and_save
|
||||
|
||||
|
||||
class TestUserRepository:
|
||||
|
||||
Reference in New Issue
Block a user