Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 645 Bytes

File metadata and controls

20 lines (14 loc) · 645 Bytes
sidebar_position 8

Unit Test

The Unit Test CodeGPT feature empowers you to generate unit tests for your code quickly. Selecting specific code segments can prompt CodeGPT to create a corresponding unit test, enhancing code reliability and quality.

  • Select the Code: Highlight the code snippet
  • Write the / slash and, select Unit Test, press Enter to send the request

Example

Select the code, right-click, then select Unit Test CodeGPT

:::note CodeGPT: Unit Test CodeGPT

:::