-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Hi, firstly thanks for a really useful package!
I am struggling to understand how to add new pytest flags to my init.el since the switch to transient, I tried copying the example in the readme, namely:
(use-package python-pytest
:config
;; just an extra `-y' after the `-x' suffix
(transient-append-suffix
'python-pytest-dispatch
"-x"
("-y" "The Y" "-y"))
;; group with `-z' after second from the last group,
;; that is before `Run tests'
(transient-append-suffix
'python-pytest-dispatch
'(-2)
["My Z"
("-z" "The Z" "-z")]))
but this errors with:
Error (use-package): python-pytest/:config: Invalid function: "-y"
if you have a spare minute I think it would be great to clarify how the extra switches work.
Please let me know if there is anything I can do to help - although my elisp is awful.
Thanks
Metadata
Metadata
Assignees
Labels
No labels