Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions python-pytest.el
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
(?s "do not capture output" "--capture=no")
(?t "do not cut tracebacks" "--full-trace")
(?v "verbose" "--verbose")
(?w "very verbose" "-vv")
(?x "exit after first failure" "--exitfirst"))
:options
'((?k "only names matching expression" "-k")
Expand Down