is there a quicker way to do ```./pants dependees ...
# general
a
is there a quicker way to do
Copy code
./pants dependees --dependees-transitive //my/target | xargs ./pants test
👍 1
h
No not that I'm aware of
h
Not your intent, but you can say
dependees
—`transitive`
a
oh you don't need the goal-subsystems's scope if you're running that goal
h
That shouldn't be very slow though? Unless you have xargs set up (eg via shell alias) so that n=1
a
I was just remembering a cool clojure feature where you could run the tests on the /thing/ not through the tests.