From b073488ea5b01e9c73d3e490f7d06e71f3ce8339 Mon Sep 17 00:00:00 2001 From: wouter bolsterlee Date: Tue, 4 Aug 2020 23:36:41 +0200 Subject: [PATCH] yolo --- python-pytest.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pytest.el b/python-pytest.el index 0b0bacd..7735a3d 100644 --- a/python-pytest.el +++ b/python-pytest.el @@ -130,8 +130,8 @@ When non-nil only ‘test_foo()’ will match, and nothing else." ("-s" "no output capture" "--capture=no")] [("--ft" "full tracebacks" "--full-trace") (python-pytest:--tb)]] - ["Test selection and ordering" - [("-d" "run doctests" "--doctest-modules") + ["Test selection" + [("--dm" "run doctests" "--doctest-modules") ("-k" "only names matching expression" "-k=") ("-m" "only marks matching expression" "-m=")] [("--ff" "failed first" "--failed-first") @@ -143,7 +143,7 @@ When non-nil only ‘test_foo()’ will match, and nothing else." ("--mf" "exit after N failures or errors" "--maxfail=")] ["Debugger" ("-p" "debug on error" "--pdb") - ("-T" "debug on each test" "--trace")] + ("--tr" "debug on each test" "--trace")] [["Run tests" ("t" "Test" python-pytest) ("r" "Repeat" python-pytest-repeat)