forked from PAWPAW-Mirror/lib_xua
11 lines
127 B
Python
11 lines
127 B
Python
import pytest
|
|
|
|
|
|
def pytest_addoption(parser):
|
|
pass
|
|
|
|
|
|
@pytest.fixture
|
|
def options(request):
|
|
yield request.config.option
|