Targetsjunit_testsVersion: 2.13.x (deprecated)On this pagejunit_tests Generate a junit_test target for each file in the sources field. Backend: pants.backend.experimental.java tagsfield.type_hintrequiredArbitrary strings to describe a target.For example, you may tag some test targets with 'integration_test' so that you could run /home/josh/work/scie-pants/dist/scie-pants-linux-x86_64 --tag='integration_test' test :: to only run on targets with that tag.descriptionfield.type_hintrequiredA human-readable description of the target.Use /home/josh/work/scie-pants/dist/scie-pants-linux-x86_64 list --documented :: to see all targets with descriptions.sourcesfield.type_hintdefault: ('*Test.java',)A list of files and globs that belong to this target.Paths are relative to the BUILD file's directory. You can ignore files/globs by prefixing them with !.Example: sources=['*Test.java', '!TestIgnore.java']dependencies