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

Rename test folder to tests #873

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

ArangoGutierrez
Copy link
Collaborator

Rename the test folder to tests to be in line with other project conventions

@ArangoGutierrez ArangoGutierrez force-pushed the tests_rename branch 2 times, most recently from 16770bf to be3666c Compare January 21, 2025 10:03
@@ -19,14 +19,14 @@ func TestMaintainSpec(t *testing.T) {
}

for _, f := range files {
inputSpecPath := filepath.Join(moduleRoot, "test/input", f)
inputSpecPath := filepath.Join(moduleRoot, "tests/input", f)
Copy link
Member

Choose a reason for hiding this comment

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

out of scope for this PR, but we should consider moving this to testdata.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'll do as a follow up to this PR

Copy link
Member

@elezar elezar left a comment

Choose a reason for hiding this comment

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

I think you forgot to delete the existing folder.

@ArangoGutierrez
Copy link
Collaborator Author

I think you forgot to delete the existing folder.

Thanks for noticing, I have removed the folder, but I am confused, I did a simple mv ... I wonder what caused the folder duplication.

@ArangoGutierrez ArangoGutierrez force-pushed the tests_rename branch 2 times, most recently from e7d7e0e to 53fbdc1 Compare January 23, 2025 10:18
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
@ArangoGutierrez ArangoGutierrez merged commit a990860 into NVIDIA:main Jan 23, 2025
10 checks 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.

2 participants