Skip to content

Commit 11aa8a1

Browse files
pb8oalxiord
authored andcommitted
feat(tests): show locals on tracebacks
Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent fb21ead commit 11aa8a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[pytest]
22
; Omit verbose tracebacks, since they tend to pollute the output.
3-
addopts = --tb=short
3+
addopts =
4+
--tb=short
5+
--showlocals
46

57
; Overwrite the default norecurseirs, which includes 'build'.
68
norecursedirs = .*

0 commit comments

Comments
 (0)