Very tiny piece of feedback, it would be ideal if ...
# general
w
Very tiny piece of feedback, it would be ideal if I didn't have to override the
name
property of the
python_tests
target, since otherwise it duplicates the
python_sources
target name.
Copy code
python_sources()
python_tests(name="tests")
e
Yeah, some day we'll get rid of these ~throwaway targets that provide no metadata we couldn't have figured out for ourselves altogether. That said, you should not have had to type that. Have you tried tailor?: https://www.pantsbuild.org/docs/initial-configuration#generate-build-files
b
Also a middle step is a proposal I think just needs to be worked on which was "almost never name", instead of today's "almost always name"