Is there any configuration today for exiting immed...
# general
s
Is there any configuration today for exiting immediately when a test fails? Our
pants test ::
command takes about a hour in CI, so we'd like to just fail immediately if a single test fails. We're using
pytest
with
Pants v2.24.0a0
b
I don't think there's a current option for it. It seems like a reasonable think to have!