8 lines
200 B
INI
8 lines
200 B
INI
|
|
[pytest]
|
||
|
|
asyncio_mode = auto
|
||
|
|
markers =
|
||
|
|
integration: tests that require a real backend at 192.168.0.51:12434
|
||
|
|
testpaths = .
|
||
|
|
filterwarnings =
|
||
|
|
ignore::pytest.PytestUnhandledThreadExceptionWarning
|