|
@@ -1,5 +1,7 @@
|
|
[tool:pytest]
|
|
[tool:pytest]
|
|
python_files = test*.py
|
|
python_files = test*.py
|
|
|
|
+# Note: When updating pytest tweaks, make sure to update getsentry
|
|
|
|
+# When updating the traceback format, make sure to update .github/pytest.json
|
|
addopts = --tb=short -p no:doctest -p no:warnings
|
|
addopts = --tb=short -p no:doctest -p no:warnings
|
|
norecursedirs = bin dist docs htmlcov script hooks node_modules .* {args}
|
|
norecursedirs = bin dist docs htmlcov script hooks node_modules .* {args}
|
|
looponfailroots = src tests
|
|
looponfailroots = src tests
|