Skip to main content
GitHub GitLab
Git Integration (formerly Qodo Merge) – AI code review agents for pull requests. This documentation describes the Qodo v1 experience. For the Qodo v2 documentation, click here.
The test tool generate tests for a selected component, based on the PR code changes. The test tool supports the programming languages: Python, Java, C++, JavaScript, TypeScript, C#.

How to use the test tool

This tool can also be triggered interactively by using the analyze tool. Manual usage Comment on the PR:
The tool will generate tests for the selected component. If no component is selected, test will generate tests for largest component.

Choosing components

You can set the component name as the name of a specific component in the PR. To get a list of the components that changed in the PR and select the relevant component interactively, use the analyze tool.

Configuration options

Configure the test tool by setting configurations under the pr_test part in your configuration file.

Example usage