5 Star 3 Fork 0

Gitee 极速下载/revel

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/robfig/revel/releases
Clone or Download
apptest.go 316 Bytes
Copy Edit Raw Blame History
package tests
import "github.com/robfig/revel"
type AppTest struct {
revel.TestSuite
}
func (t *AppTest) Before() {
println("Set up")
}
func (t AppTest) TestThatIndexPageWorks() {
t.Get("/")
t.AssertOk()
t.AssertContentType("text/html; charset=utf-8")
}
func (t *AppTest) After() {
println("Tear down")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/revel.git
git@gitee.com:mirrors/revel.git
mirrors
revel
revel
e8aac16df9e9

Search