Pix-Agent / pytest.ini
Cuong2004's picture
first commit
ac0f906
raw
history blame
440 Bytes
[pytest]
# Bỏ qua cảnh báo về anyio module và các cảnh báo vận hành nội bộ
filterwarnings =
ignore::pytest.PytestAssertRewriteWarning:.*anyio
ignore:.*general_plain_validator_function.* is deprecated.*:DeprecationWarning
ignore:.*with_info_plain_validator_function.*:DeprecationWarning
# Cấu hình cơ bản khác
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*