quaint-telephone-89068
11/03/2022, 1:05 AM__defaults__
don't mention how the feature interacts with target generation (i.e. if defaults for python_test
will also apply to targets generated from a python_tests
). According to @kaos, default-application happens before target generation, so you have to specify __defaults__
for both the generator and generated target types. It would be good to make that explicit in the docs.
pantsbuild/pantsuser
11/08/2022, 9:39 PM