1
0
mirror of https://github.com/gryf/coach.git synced 2026-04-24 17:41:28 +02:00

ignore deprecation warnings in test logging

This commit is contained in:
Zach Dwiel
2018-09-25 16:15:24 -04:00
committed by zach dwiel
parent acc7f70de3
commit a54ef2757f
+3 -1
View File
@@ -2,4 +2,6 @@
[pytest]
markers =
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