Spaces:
Runtime error
Runtime error
File size: 440 Bytes
7be47d4 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[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_* |