Skip to content

Commit

Permalink
Remove: fail after 10 failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed May 23, 2017
1 parent 282d99e commit 73037f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool:pytest]
python_files=*.py
addopts=--tb=short --strict
addopts=--tb=short --strict --maxfail=10
testpaths=tests
norecursedirs=.git _build tmp* requirements commands/*
markers=
Expand Down

0 comments on commit 73037f2

Please sign in to comment.