Overview
CodeAnt AI enhances your coding experience by automatically generating accurate unit tests as you write code. This feature ensures your code is well-tested, improving reliability, maintainability, and reducing potential bugs.Key Features
- Automatic Unit Test Generation: Generate unit tests effortlessly by clicking the refactor button on a function and then selecting the generate unit tests option.
- Language Support: Currently supports Python, JavaScript and TypeScript. Support for additional languages is coming soon.
- Class Unit Test Support: (Coming Soon) Generate unit tests for classes to ensure comprehensive test coverage.
How It Works
- Select Function: Click on the refactor button for the function you want to add unit tests.
- Generate Unit Tests: Click on the generate unit tests button to automatically create accurate unit tests.