tf::check_mark:tf是用于Go中功能和HTTP的参数化测试的微框架 源码
tf tf是用于在Go中对功能和HTTP进行参数化测试的微框架。 功能 通过包装该函数,它为测试提供了一种简单直观的语法: // Remainder returns the quotient and remainder from dividing two integers. func Remainder ( a , b int ) ( int , int ) { return a / b , a % b } func TestRemainder ( t * testing. T ) { Remainder := tf . Function ( t , Remainder )
文件列表
tf-master.zip
(预估有个12文件)
tf-master
.gitignore
199B
README.md
5KB
env.go
1KB
env_test.go
1KB
http.go
5KB
tf_test.go
2KB
LICENSE
1KB
go.mod
87B
tf.go
7KB
暂无评论