summaryrefslogtreecommitdiff
path: root/tests/conftest.py
blob: 936843250769bdba15fc74fcb3ffec23f368953a (plain)
1
2
3
4
5
6
7
import pytest
from pyssg.arg_parser import get_parser


@pytest.fixture
def arg_parser():
    return get_parser()