File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,21 @@ nav_order: 99
5
5
parent : AI Agent Language
6
6
---
7
7
8
- [ JetBrains Academy plugin] ( https://github.com/JetBrains/educational-plugin ) show a very good sample on how to organize
8
+ ## Implementation ` /run ` command in different languages
9
+
10
+ Since we need to verify AI generated unit which is code, test is the best way to verify it. So most of the time, we
11
+ use ` AutoTestService ` to run the test.
12
+
13
+ In different language, the test runner is different, like:
14
+
15
+ - C/C++ => CppAutoTestService (CMake + Catch2)
16
+ - Go => GoAutoTestService
17
+ - Java => JavaAutoTestService (Gradle)
18
+ - Python => PythonAutoTestService
19
+
20
+ ### Resources
21
+
22
+ [ JetBrains Academy plugin] ( https://github.com/JetBrains/educational-plugin ) shows a very good sample on how to organize
9
23
different types of tasks in a single plugin.
10
24
11
25
- check: ` EduTaskCheckerBase.kt ` for task running
You can’t perform that action at this time.
0 commit comments