DEBSOURCES
Skip Quicknav
sources / python-cron-descriptor / 2.0.6-1 / tests / conftest.py
12345678
import pytest from cron_descriptor import Options @pytest.fixture def options() -> Options: return Options(locale_code="en_US")