Closed rsilvav closed 1 week ago
from src.auth import AuthManager auth_manager = AuthManager() print("Testing user registration...") username = "test_user" password = "password123" is_registered = auth_manager.register_user(username, password) auth_manager.register_user(username, password)
Short Summary
How to test