-
Notifications
You must be signed in to change notification settings - Fork 78
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
Update testing guideline & template #1791
Conversation
Signed-off-by: kevindiu <kevindiujp@gmail.com>
[CHATOPS:HELP] ChatOps commands.
|
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.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
LanguageTool
docs/contributing/coding-style.md|1153 col 8| This sentence does not start with an uppercase letter. (UPPERCASE_SENTENCE_START)
Suggestions: For
Rule: https://community.languagetool.org/rule/show/UPPERCASE_SENTENCE_START?lang=en-US
Category: CASING
docs/contributing/coding-style.md|1153 col 33| Unpaired symbol: ‘}’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1155 col 17| Unpaired symbol: ‘)’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1155 col 49| Unpaired symbol: ‘}’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1159 col 19| Check that the noun ‘initialization’ after the pronoun ‘we’ is correct. It’s possible that you may need to switch to a possessive pronoun, or use another part of speech. (PRP_VB[1])
Rule: https://community.languagetool.org/rule/show/PRP_VB?lang=en-US&subId=1
Category: GRAMMAR
docs/contributing/coding-style.md|1177 col 44| Unpaired symbol: ‘}’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1192 col 8| This sentence does not start with an uppercase letter. (UPPERCASE_SENTENCE_START)
Suggestions: For
Rule: https://community.languagetool.org/rule/show/UPPERCASE_SENTENCE_START?lang=en-US
Category: CASING
docs/contributing/coding-style.md|1192 col 33| Unpaired symbol: ‘}’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1194 col 17| Unpaired symbol: ‘)’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1194 col 49| Unpaired symbol: ‘}’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1208 col 16| This sentence does not start with an uppercase letter. (UPPERCASE_SENTENCE_START)
Suggestions: S
Rule: https://community.languagetool.org/rule/show/UPPERCASE_SENTENCE_START?lang=en-US
Category: CASING
docs/contributing/coding-style.md|1228 col 20| This word is normally spelled as one. (EN_COMPOUNDS)
Suggestions: subtests
URL: https://languagetool.org/insights/post/hyphen/
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS?lang=en-US
Category: MISC
docs/contributing/coding-style.md|1233 col 43| Unpaired symbol: ‘}’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1235 col 21| Unpaired symbol: ‘}’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1239 col 1| This sentence does not start with an uppercase letter. (UPPERCASE_SENTENCE_START)
Suggestions: For
Rule: https://community.languagetool.org/rule/show/UPPERCASE_SENTENCE_START?lang=en-US
Category: CASING
docs/contributing/coding-style.md|1239 col 26| Unpaired symbol: ‘}’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1241 col 7| Unpaired symbol: ‘)’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1241 col 39| Unpaired symbol: ‘}’ seems to be missing (EN_UNPAIRED_BRACKETS)
Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_BRACKETS?lang=en-US
Category: PUNCTUATION
docs/contributing/coding-style.md|1242 col 33| This word is normally spelled as one. (EN_COMPOUNDS)
Suggestions: subtests
URL: https://languagetool.org/insights/post/hyphen/
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS?lang=en-US
Category: MISC
Signed-off-by: kevindiu <kevindiujp@gmail.com>
Deploying with Cloudflare Pages
|
Signed-off-by: kevindiu <kevindiujp@gmail.com>
Co-authored-by: Hiroto Funakoshi <hiroto.funakoshi.hiroto@gmail.com>
Signed-off-by: kevindiu <kevindiujp@gmail.com>
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.
LGTM
Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
Signed-off-by: kevindiu <kevindiujp@gmail.com>
Signed-off-by: kevindiu <kevindiujp@gmail.com>
Signed-off-by: kevindiu <kevindiujp@gmail.com>
Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
Signed-off-by: kevindiu kevindiujp@gmail.com
Description:
Grammar checked
This PR updates testing guideline to include test changes on PR#1734 which includes the following changes:
Testing template:
Documentation:
Things to add:
context.WithCancel(context.Background())
if target test function accept context as argumentThings to change/update:
Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: