Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
5c5ad7ad
Commit
5c5ad7ad
authored
9 years ago
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
note in assets test
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
c9b83c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
assets/assets_test.go
assets/assets_test.go
+4
-2
No files found.
assets/assets_test.go
View file @
5c5ad7ad
...
...
@@ -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"
)
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment