Q: Is it possible to let pytest shutdown by its ow...
# general
r
Q: Is it possible to let pytest shutdown by its own when I hit Ctrl+C (SIGINT)? Pants just immediately kills all pytest processes but the pytest-side fixture cleanup routines are not executed at all..
1
ah, i found that running
./pants test
with
--debug
option allows me to interact with the pytest process!
👍 2