Is there a quick and easy way to make unit testing...
# general
r
Is there a quick and easy way to make unit testing in pants a bit faster? I’m trying to iterate on a change in
pants/python/pants_test/backend/project_info/export_dep_as_jar
, and it bootstraps a new pex every time, resulting in ~2min turnaround time for 30 python tests, when running
./v2 test pants/python/pants_test/backend/project_info:export_dep_as_jar
.