5 lines
124 B
INI
5 lines
124 B
INI
[pytest]
|
|
markers =
|
|
webtest: marks tests that require internet connection
|
|
addopts = -v --tb=short
|
|
asyncio_mode = auto |