2019-07-29 23:45:18 +02:00
|
|
|
[pytest]
|
2021-01-03 14:40:14 +01:00
|
|
|
addopts= -rsxX -s -v --strict-markers --capture=sys
|
2019-07-29 23:45:18 +02:00
|
|
|
filterwarnings =
|
|
|
|
error::UserWarning
|
2019-07-31 12:32:58 +02:00
|
|
|
ignore:.*U.* is deprecated:DeprecationWarning
|