-
Notifications
You must be signed in to change notification settings - Fork 46
Update UnitTestBot Python, JavaScript, Go docs #1989
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 UnitTestBot Python, JavaScript, Go docs #1989
Conversation
utbot-python/README.md
Outdated
|
||
# Get started | ||
1. Python 3.8 or 3.9 (UnitTestBot Python has been tested to provide support for these versions; some Python 3.10 syntax is not supported) |
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.
Now we support Python 3.8+.
utbot-python/README.md
Outdated
|
||
UTBot Python has been tested on Python 3.8 and 3.9. Some syntax from Python 3.10 is not supported. | ||
To try UnitTestBot Python as an _**IntelliJ IDEA plugin**_: | ||
1. Download the corresponding [archive](https://github.com/UnitTestBot/UTBotJava/actions/runs/2956160534). |
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.
This instruction is outdated. Now UTBot Python is included in UTBot Java plugin.
utbot-go/README.md
Outdated
|
||
#### Requirements | ||
### Requirements | ||
|
||
* Java SDK 11 or later | ||
* Go SDK 1.18 or later | ||
* Properly configured `go.mod` file for the code under test | ||
* GCC as well as `github.com/stretchr/testify/assert` and `golang.org/x/tools@v0.4.0` Go modules installed |
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.
golang.org/x/tools@v0.4.0
is not required
docs/PythonSupport.md
Outdated
|
||
1. Python 3.8 or later | ||
2. [Python plugin](https://plugins.jetbrains.com/plugin/631-python) for IntelliJ IDEA | ||
3. IntelliJ IDEA 2022.1 |
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.
Now this line is not needed
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, just minor corrections are possible.
Description
Linguistic bugs fixed, document structure optimized.
Added note: "be sure to enable Experimental languages support option for each project".
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