1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-23 13:44:27 +08:00

note in assets test

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-02-05 16:00:29 -08:00
parent c9b83c506c
commit 5c5ad7ad71

View File

@ -9,12 +9,14 @@ import (
// TestEmbeddedDocs makes sure we don't forget to regenerate after documentation change
func TestEmbeddedDocs(t *testing.T) {
t.Skip("skipping for now, paths are hard")
testNFiles(initDocPaths, 6, t, "documents")
}
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")
}