-
Notifications
You must be signed in to change notification settings - Fork 299
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
Conversation
16770bf
to
be3666c
Compare
@@ -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) |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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
There was a problem hiding this 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.
be3666c
to
beb8cc5
Compare
Thanks for noticing, I have removed the folder, but I am confused, I did a simple |
e7d7e0e
to
53fbdc1
Compare
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]> Signed-off-by: Evan Lezar <[email protected]>
Rename the
test
folder totests
to be in line with other project conventions