Merge pull request #840 from alphagov/xpass

make xpass fail the test run
This commit is contained in:
Leo Hemsted
2017-02-24 13:50:31 +00:00
committed by GitHub

View File

@@ -2,3 +2,6 @@
max-line-length = 120
ignore = E402, E722
exclude = ./migrations,./venv,./venv3,./build,./cache
[tool:pytest]
xfail_strict=true