-
Notifications
You must be signed in to change notification settings - Fork 45
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
Unit test generation does not work for python in PyCharm #2670
Comments
Hi, PyCharm support is in development at the moment, you may try it by installing plugin from We will look how to prevent installation of improper plugin version from the Market. |
Thank you very much for the fast answer. I tried to enable Experimental language support in the already installed version. Now I get the expected menu option. However, the test generation fails with a NoClassDefFoundError. Then I installed https://github.com/UnitTestBot/UTBotJava/suites/17746700914/artifacts/1016410535 After running the command again, I got a new menu and was asked to install some missing dependencies. I did so. Now the extension actually generates some test file. However, it is not located at the expected target location. Also see |
Ah. I misinterpretet the meaning of the option. I selected the |
UnitTest bot for PyCharm is available through Marketplace now. Also we hide UTBot for IDEA from the search in PyCharm. |
Description
If I select "Generate..." from the context menu in PyCharm, I would expect to see an option
"Test with UnitTestBot..." as shown in the Video of the Extension:
However, the option is missing.
=> How to use UnitTestBot for Python code in PyCharm?
"UnitTestBot for Java/Kotlin, C/C++, Python, JavaScript, and Go."
If the extension does not support PyCharm/Python, please write so in the plugin description or disable the extension to be shown for PyCharm.
The text was updated successfully, but these errors were encountered: