1 Star 0 Fork 49

bug大师/apidoc

forked from caixw/apidoc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config_test.go 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
caixw 提交于 2016-07-07 19:47 . 添加测试内容,更新文档
// Copyright 2016 by caixw, All rights reserved.
// Use of this source code is governed by a MIT
// license that can be found in the LICENSE file.
package main
import (
"io"
"testing"
"github.com/caixw/apidoc/app"
"github.com/issue9/assert"
)
var _ io.Writer = &syntaxWriter{}
func TestConfig(t *testing.T) {
a := assert.New(t)
path := "./" + app.ConfigFilename
a.NotError(genConfigFile(path))
conf, err := loadConfig(path)
a.NotError(err).NotNil(conf)
a.Equal(conf.Inputs[0].Lang, "go")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenchengzhang/apidoc.git
git@gitee.com:chenchengzhang/apidoc.git
chenchengzhang
apidoc
apidoc
master

搜索帮助