# README
Polaris UnitTest Suit 接入
第三方存储插件接入单元测试体系
- 实现
TestDataClean
接口- 在
test/suit
目录下写入一个go
文件 - 利用
go _ import
执行init
方法的机制,调用testsuit.SetTestDataClean
注入构建TestDataClean
的 supplier 行数
- 在
- 测试依赖第三方存储插件时的北极星启动配置文件
polaris-server.yaml
的路径信息,通过设置环境变量POLARIS_TEST_BOOTSTRAP_FILE
# Functions
No description provided by the author
判断一个resp是否执行成功.
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
TestDataClean 测试套件数据清理.