Review UnitTestBot Go README and Developer guide for linguistic and formatting bugs#1814
Merged
olganaumenko merged 3 commits intomainfrom Feb 21, 2023
Merged
Review UnitTestBot Go README and Developer guide for linguistic and formatting bugs#1814olganaumenko merged 3 commits intomainfrom
olganaumenko merged 3 commits intomainfrom
Conversation
Markoutte
reviewed
Feb 17, 2023
utbot-go/README.md
Outdated
| #### Installation | ||
|
|
||
| <ins>_To install the UTBot Go plugin in IntelliJ IDEA:_</ins> | ||
| To install the UnitTestBot Go plugin in IntelliJ IDEA, refer to [UnitTestBot user guide](https://github.com/UnitTestBot/UTBotJava/actions/runs/3012565900). |
Collaborator
There was a problem hiding this comment.
Doesn't the link lead to wrong place?
Collaborator
Author
There was a problem hiding this comment.
Thank you! Fixed.
egiptipavel
reviewed
Feb 20, 2023
utbot-go/README.md
Outdated
| * Go SDK 1.18 or later | ||
| * Compatible [Go plugin](https://plugins.jetbrains.com/plugin/9568-go) for IntelliJ IDEA | ||
| * Properly configured `go.mod` file for the code under test | ||
| * `github.com/stretchr/testify/assert` and `golang.org/x/tools@v0.4.0` Go modules installed (IntelliJ IDEA automatically offers to install them as soon as the tests are generated) |
Collaborator
There was a problem hiding this comment.
It's my mistake. golang.org/x/tools@v0.4.0 will be install automatically during source code analysis.
Collaborator
Author
There was a problem hiding this comment.
Thank you! Fixed.
Markoutte
approved these changes
Feb 21, 2023
sofurihafe
pushed a commit
that referenced
this pull request
Feb 27, 2023
…ormatting bugs (#1814) * UnitTestBot Go README and Developer guide reviewed * Link to user guide fixed * Requirements fixed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Linguistic bugs fixed, document structure optimized.
How to test
The PR introduces no code changes.
Manual scenario: the text itself has been previewed in the IntelliJ IDEA viewer.
Self-check list
Check off the item if the statement is true. Hint: [x] is a marked item.
Please do not delete the list or its items.