package
1.18.1
Repository: https://github.com/polarismesh/polaris.git
Documentation: pkg.go.dev

# README

Polaris UnitTest Suit 接入

第三方存储插件接入单元测试体系

  • 实现 TestDataClean 接口
    • test/suit 目录下写入一个 go 文件
    • 利用 go _ import 执行 init 方法的机制,调用 testsuit.SetTestDataClean 注入构建 TestDataClean 的 supplier 行数
  • 测试依赖第三方存储插件时的北极星启动配置文件 polaris-server.yaml 的路径信息,通过设置环境变量 POLARIS_TEST_BOOTSTRAP_FILE

具体参考 polaris-contrib/polaris-store-postgresql

# 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 测试套件数据清理.