Skip to content

Commit 2afaa05

Browse files
r-zipRyan Pilgrim
and
Ryan Pilgrim
authored
Add very verbose option (#24)
Pytest has an option for higher verbosity, which will display the full diff for objects that fail equality assertion (-vv). In my work, I've found the flag to be indispensable for TDD. This PR adds the -vv flag as an option in the magit popup menu using the -w flag. Co-authored-by: Ryan Pilgrim <[email protected]>
1 parent 5c8f9e2 commit 2afaa05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-pytest.el

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
133133
(?s "do not capture output" "--capture=no")
134134
(?t "do not cut tracebacks" "--full-trace")
135135
(?v "verbose" "--verbose")
136+
(?w "very verbose" "-vv")
136137
(?x "exit after first failure" "--exitfirst"))
137138
:options
138139
'((?k "only names matching expression" "-k")

0 commit comments

Comments
 (0)