Skip to content

Reconcile _test and .test in macros #2794

@dougthor42

Description

@dougthor42

compile_pip_requirements generates .update and _test targets:

name = name + ".update",

name = name + "_test",

While gazelle_python_manifest generates .update and .test targets:

test_target = "{}.test".format(name)
update_target = "{}.update".format(name)

This is confusing. Let's pick one and deprecate the other.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions