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

Add new test tool auto-check-moved-or-rename #1552

Merged

Conversation

ljmcr
Copy link
Contributor

@ljmcr ljmcr commented Dec 2, 2024

Add new test tool auto-check-moved-or-rename

add new test tool auto-check-moved-or-rename
@ljmcr ljmcr force-pushed the ljmcr-fixflaky_new branch from d9452a7 to b04c1c2 Compare December 2, 2024 05:45
@darko-marinov
Copy link
Contributor

Looks good enough to me to accept for now and others can improve in the future. @Ajitesh27 can you please take a quick look?

@Ajitesh27
Copy link

LGTM


class_name=$(echo "$package_class_path" | awk -F '.' '{print $(NF-1)}')
package_path=$(echo "$package_class_path" | awk -F '.' '{for (i=1; i<NF-1; i++) printf "%s/", $i; print ""}')
current_file_path="$module_path/src/test/java/$package_path$class_name.java"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This structure may not be correct always but it is a good starting point and students can modify it if and when required

@darko-marinov darko-marinov merged commit d681d00 into TestingResearchIllinois:main Dec 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants