Is there a native way to run tests in "watch" mode...
# general
a
Is there a native way to run tests in "watch" mode? I often run tests in a loop while I'm working so I can immediately see failures. I can just use
entr
but wondered if pants can do this for me.
h
There is!
pants --loop ...
b
h
Works with
test
,
lint
, even
run
(if your binary is marked as
restartable
)
a
Thank you for not telling me to RTFM ❤️
Thanks!
b
:⁠-⁠)