import pytest @pytest.fixture def username(): """Default username for tests""" return "admin" @pytest.fixture def password(): """Default password for tests""" return "admin"