贡献者:3
讨论数量: 0
G01 Go 实战:Web 入门
/
上一节我们完成了第一个测试,接下来编写其他页面的测试代码。
接下来编写关于页面的测试:
tests/pages_test.go
.
.
.
func TestAboutPage(t *testing.T) {
baseURL := "http://localhost:3000"
本文章首发在 LearnKu.com 网站上。
请登录