Skip to content
| Marketplace
Sign in
Visual Studio Code
>
AI
>
Testarossa
New to Visual Studio Code?
Get it now.
Testarossa
Cheikh Seck
|
6 installs
|
(
0
)
|
Free
Generate tests for Go source code with AI
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
Testarossa
A VS code plugin that automatically generates test files for Go source code.
Requirements
A valid Gemini API key. Get one
here
.
Go 1.24.2 and up.
Usage
Right click on the file you wish to generate tests for and click on "Generate Tests" in the context menu. The option will be available to files with extension
.go