askcodi logo
Docs
Integrations
sublime-text-3
Test Code

1. Ensure AskCodi is Installed

First, make sure you have AskCodi installed in your sublime.

Sublime Text 3

2. Select your code

Select the code you want to create unit tests for.

Sublime Text 3

3. Use Unit Tests

Now, right-click, and from the menu, choose AskCodi, then click on 'Test Code'

Sublime Text 3

4. Receive Unit Tests

In the chat panel, AskCodi provides the code for unit testing of code as an answer.

Sublime Text 3

5. Implement Unit Tests

Simply copy the generated code from the chat panel and paste it into your editor.

Sublime Text 3