mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +01:00
ignore deprecation warnings in test logging
This commit is contained in:
@@ -2,4 +2,6 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
markers =
|
markers =
|
||||||
unit_test: short test that checks that a module is acting correctly
|
unit_test: short test that checks that a module is acting correctly
|
||||||
integration_test: long test that checks that the complete framework is running correctly
|
integration_test: long test that checks that the complete framework is running correctly
|
||||||
|
filterwarnings =
|
||||||
|
ignore::DeprecationWarning
|
||||||
|
|||||||
Reference in New Issue
Block a user