Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMssqlSchema ¶
CreateMssqlSchema 用于初始化 MsSql 的测试用表结构。
func CreateMysqlSchema ¶
CreateMysqlSchema 用于初始化 MySql 的测试用表结构。
Types ¶
type TestConf ¶
type TestConf struct { MySql string `yaml:"mysql"` // 测试用例使用的 MySql 连接字符串。 SqlServer string `yaml:"sqlserver"` // 测试用例使用的 SqlServer 连接字符串。 }
TestConf 为测试用例配置文件的结构。
func LoadTestConfig ¶
LoadTestConfig 用于读取yaml定义的配置文件,并转换为相应的结构。
func MustLoadTestConfig ¶ added in v1.2.0
MustLoadTestConfig 用于读取 yaml 定义的配置文件,并转换为相应的结构。
Click to show internal directories.
Click to hide internal directories.