Skip to content

Commit e9894e7

Browse files
committed
Tweaked pytest settings to make the tracebacks easier to read
1 parent baf6bf8 commit e9894e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ exclude = [
7070

7171
[tool.pytest.ini_options]
7272
minversion = "6.0"
73-
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
73+
addopts = ["-rsfE", "--tb=short", "--strict-markers", "--strict-config"]
7474
xfail_strict = true
7575
filterwarnings = [
7676
"error",

0 commit comments

Comments
 (0)