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

[PROPOSAL] Add tests for groovy scripts in vars folder #508

Open
pranav767 opened this issue Sep 21, 2024 · 0 comments
Open

[PROPOSAL] Add tests for groovy scripts in vars folder #508

pranav767 opened this issue Sep 21, 2024 · 0 comments
Labels
enhancement New feature or request untriaged

Comments

@pranav767
Copy link

pranav767 commented Sep 21, 2024

Is your feature request related to a problem? Please describe

Currently from build.gradle we can see that the tests are only covering 'src/jenkins', 'src/gradlecheck' . I can see multiple groovy scripts inside vars directory which are not yet covered in the unit tests.
Correct me if I am wrong, but I feel this scripts are as important as the others in the src directory.
I do see there are tests written in jobs directory,but these seem to be more like integration/regression tests than unit tests

Describe the solution you'd like

We could start writing tests for each groovy files in vars directory, and add the sourcefile in build.gradle , while maintaining the record of which groovy scripts are covered and which needs to be covered yet.

Describe alternatives you've considered

No response

Additional context

No response

@pranav767 pranav767 added enhancement New feature or request untriaged labels Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant