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