import pytest @pytest.fixture def user_data(): return {"email": "testuser@example.com", "password": "testpassword123"}