red-lunch-9122
10/30/2024, 10:42 AMEnum1
, Enum2
, .... Enum100
).
If I make changes to one of the Enum classes in the module (say Enum1
),
is pants "smart" enough to do class resolution and only run tests over modules using Enum1
when running pants test
OR
will pants run all the test that imports the util module (i.e. tests over modules that imports Enum2
but not Enum1
are also run) ?elegant-florist-94385
10/30/2024, 10:54 AMhappy-kitchen-89482
10/30/2024, 10:57 PMred-lunch-9122
10/31/2024, 8:57 AM