Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provided ability to handle package annotations (labels, links etc.) #1125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TikhomirovSergey
Copy link

@TikhomirovSergey TikhomirovSergey commented Sep 10, 2024

Changes:

  • provided ability to handle package annotations
  • add package target to Epic(s), Feature(s), Flaky, Issue(s), Link(s), Muted, Owner, Severity, Story(es), TmsLink(s)

The article about package level annotations and package-info files

Context

Sometimes it has to do a lot of work

  • mark many classes or methods with annotations
  • check the relevance of the labels in the code in case of changes

I don't think that the creating a base class with necessary labels for further extending by tests classes is a good solution (personally, I think it's an anti-pattern). It's much easier to mark packages and put tests there and to add additional marks (to classes and methods) only if it is necessary

@CLAassistant
Copy link

CLAassistant commented Sep 10, 2024

CLA assistant check
All committers have signed the CLA.

- add package target to Epic(s), Feature(s), Flaky, Issue(s), Link(s), Muted, Owner, Severity, Story(es), TmsLink(s)
@TikhomirovSergey TikhomirovSergey marked this pull request as draft September 11, 2024 10:24
@TikhomirovSergey TikhomirovSergey marked this pull request as ready for review September 11, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants