ahriman/tests/ahriman/core/alpm/conftest.py

13 lines
178 B
Python

import pytest
from ahriman.core.alpm.aur import AUR
@pytest.fixture
def aur() -> AUR:
"""
aur helper fixture
:return: aur helper instance
"""
return AUR()