86bb29b
1 2 3 4 5 6
import pytest @pytest.fixture def user_data(): return {"email": "testuser@example.com", "password": "testpassword123"}