Add xfail_strict=true to pytest.ini

This commit is contained in:
Eugenio Lacuesta 2020-10-08 14:04:52 -03:00
parent 9f8c3938cc
commit 13ae17aecc
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
[pytest]
xfail_strict = true
usefixtures = chdir
python_files=test_*.py __init__.py
python_classes=
@ -40,4 +41,3 @@ flake8-ignore =
scrapy/utils/multipart.py F403
scrapy/utils/url.py F403 F405
tests/test_loader.py E741