acoustic-library-86413
07/13/2023, 7:54 AMpants test ::
?
I have one project whose tests I don't have time to refactor for the time being. Setting batch_compatibility_tag
on the tests does not solve the problem, but running them with --debug
does.
The issue is that they re-use a service running in a Docker container. I can't dynamically change the environment variable used inside the container in order to facilitate usage of PANTS_EXECUTION_SLOT, and as a result I need them to run as if I ran pytest
normally.acoustic-library-86413
07/13/2023, 8:04 AMtests/
e2e/
integration/
unit/
Can I force e2e
to run in batch only after integration
and unit
have finished running?happy-kitchen-89482
07/13/2023, 9:49 PM