melodic-thailand-99227
12/22/2021, 6:37 AMhundreds-father-404
12/22/2021, 6:53 AM./pants filter --target-type=python_test :: | \
xargs ./pants peek | \
jq -r '.[] | select(.skip_tests== true) | .["sources"][]'
(You'll want to remove that skip_test
snippet)melodic-thailand-99227
12/22/2021, 7:01 AMtest_foo.py
with 2 individual test_a
and test_b
I’d like to get test_a
and test_b
hundreds-father-404
12/22/2021, 7:06 AMmelodic-thailand-99227
12/22/2021, 7:09 AMhappy-kitchen-89482
12/22/2021, 7:25 AM