diff --git a/doc/content/en/develop/testing.md b/doc/content/en/develop/testing.md new file mode 100644 index 0000000..d8ebfc3 --- /dev/null +++ b/doc/content/en/develop/testing.md @@ -0,0 +1,12 @@ +--- +title: Testing +weight: 20 +--- + +## 命名约定 + +- `TestXXX_HasDefault`:Test method with default values +- `TestXXX_BaseLine`:Test is error-free method with default values +- `TestXXXE`:Method to test the return error information +- `TestXXXP`:Return a pointer to the data of the test method +