another tool is tags: can tag all tests that you m...
# general
w
another tool is tags: can tag all tests that you might want to run at once with, say
tags={'integration'}
, and then run
./pants --tag='integration' test my/path::