Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shockerli committed Dec 5, 2022
1 parent 950255e commit 61899b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/content/en/develop/testing.md
Original file line number Diff line number Diff line change
@@ -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

1 comment on commit 61899b3

@vercel
Copy link

@vercel vercel bot commented on 61899b3 Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.