wbolster / emacs-python-pytest

run pytest inside emacs
BSD 3-Clause "New" or "Revised" License
147 stars 25 forks source link

Make "-v" argument-regexp match complete string #64

Closed juergenhoetzel closed 2 years ago

juergenhoetzel commented 2 years ago

Prevents invalid substring matches for "--verbose --verbose" init value.

Closes #63.

wbolster commented 2 years ago

thanks!

sammorley-short commented 1 year ago

I've updated my packages (I use doom emacs, so via doom upgrade) and this doesn't seem to have worked for me. Does there need to be a new release for the package to deploy this? Thanks!

wbolster commented 1 year ago

@sammorley-short you should be able to check this yourself: is the 1 line change (see diff for thsi pull request) present in your local copy of that file?

sammorley-short commented 1 year ago

I don't. I have ran doom upgrade multiple times, and have also deleted all my packages in .local/straight/ and pulled them all again.

Am I doing something wrong here?

wbolster commented 1 year ago

are you using only melpa stable packages perhaps?

if so, this may help: i just tagged a 3.3.0 release (because why not) which should appear on melpa stable soon. see https://github.com/wbolster/emacs-python-pytest/releases/tag/3.3.0

sammorley-short commented 1 year ago

Yep, that's fixed it now. Thanks all! 🚀