Skip to content

Commit

Permalink
add -W argument to ignore warnings (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: wouter bolsterlee <[email protected]>
  • Loading branch information
Randomneo and wbolster authored Nov 2, 2023
1 parent 33c921a commit 51ded7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-pytest.el
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ When non-nil only ‘test_foo()’ will match, and nothing else."
[("-c" "color" "--color")
("-q" "quiet" "--quiet")
("-s" "no output capture" "--capture=no")
(python-pytest:-v)]]
(python-pytest:-v)
("-W" "ignore warnings" "-W ignore")]]
["Selection, filtering, ordering"
[(python-pytest:-k)
(python-pytest:-m)
Expand Down

0 comments on commit 51ded7d

Please sign in to comment.