提交 5c5ad7ad 作者: Jeromy

note in assets test

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 c9b83c50
...@@ -9,12 +9,14 @@ import ( ...@@ -9,12 +9,14 @@ import (
// TestEmbeddedDocs makes sure we don't forget to regenerate after documentation change // TestEmbeddedDocs makes sure we don't forget to regenerate after documentation change
func TestEmbeddedDocs(t *testing.T) { func TestEmbeddedDocs(t *testing.T) {
t.Skip("skipping for now, paths are hard")
testNFiles(initDocPaths, 6, t, "documents") testNFiles(initDocPaths, 6, t, "documents")
} }
func TestDirIndex(t *testing.T) { func TestDirIndex(t *testing.T) {
t.Skip("skipping for now, paths are hard") t.Skip("skipping for now, code being tested is currently unused")
// TODO: import assets during init.
// this will require figuring out how to set the right paths up for
// referencing the code from its gx path
testNFiles(initDirIndex, 2, t, "assets") testNFiles(initDirIndex, 2, t, "assets")
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论