Do you plan to add Python to Unit Test Generator? #2466
Replies: 2 comments 2 replies
-
Hi @s2terminal, I think its because we might not have tested the open source version with Python yet. Would be good to have it. We are also in the process of launching a self managed version of the unit test generator behind a VS code extension that will also support Python. The vision is to ensure technical validation (build, coverage addition, flakiness) of tests are done over whatever the LLM creates and also perform tweaks to src code (if necessary) to make it more testable. Please feel free to hack around the src code and raise a PR for Python 😄 Ref: vs code extension - https://marketplace.visualstudio.com/items?itemName=Keploy.keployio |
Beta Was this translation helpful? Give feedback.
-
This pull request has been merged. This issue has been resolved. Thanks for merging this, especially during the holidays! |
Beta Was this translation helpful? Give feedback.
-
I am interested in Keploy's Unit Test Generator (ut-gen). The documentation says that ut-gen supports Go and Node.js.
When I try to use Python with ut-gen, I get an error saying that it is an unsupported language.
However, from the implementation of pkg/service/utgen, it looks like the implementation for Python is included.
Do you have any plans to add support for languages such as Python with ut-gen? What are the difficulties involved in adding support for Python with ut-gen?
Beta Was this translation helpful? Give feedback.
All reactions