5 lines
86 B
Python
5 lines
86 B
Python
|
def pytest_configure(config):
|
||
|
import pytest
|
||
|
|
||
|
raise pytest.UsageError("hello")
|