Replies: 2 comments
-
Oh looks like I have to parse the property list similarly to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey you need to do something like this: :args (lambda () (vector (buffer-file-name)) If you have installed latest or e470487 from github, you can save some typing with: :args (vector (buffer-file-name)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'd like to evaluate
buffer-file-name
every time I rundape
and choosepytest
. See config below.Am I missing something regarding when the code in
:args
below is evaluated?Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions