test: the gopher.comment is not yet ready even to be tested
This commit is contained in:
parent
b379c62b02
commit
1939f3af3d
5 changed files with 41 additions and 18 deletions
|
|
@ -5,34 +5,23 @@ local T = MiniTest.new_set {
|
|||
hooks = {
|
||||
post_once = child.stop,
|
||||
pre_case = function()
|
||||
MiniTest.skip "This module should be fixed first"
|
||||
child.restart { "-u", t.mininit_path }
|
||||
end,
|
||||
},
|
||||
}
|
||||
T["comment"] = MiniTest.new_set {}
|
||||
|
||||
T["comment"]["should add comment to package"] = function()
|
||||
MiniTest.skip "come back daddy"
|
||||
end
|
||||
T["comment"]["should add comment to package"] = function() end
|
||||
|
||||
T["comment"]["should add comment to struct"] = function()
|
||||
MiniTest.skip "come back daddy"
|
||||
end
|
||||
T["comment"]["should add comment to struct"] = function() end
|
||||
|
||||
T["comment"]["should add comment to function"] = function()
|
||||
MiniTest.skip "come back daddy"
|
||||
end
|
||||
T["comment"]["should add comment to function"] = function() end
|
||||
|
||||
T["comment"]["should add comment to method"] = function()
|
||||
MiniTest.skip "come back daddy"
|
||||
end
|
||||
T["comment"]["should add comment to method"] = function() end
|
||||
|
||||
T["comment"]["should add comment to interface"] = function()
|
||||
MiniTest.skip "come back daddy"
|
||||
end
|
||||
T["comment"]["should add comment to interface"] = function() end
|
||||
|
||||
T["comment"]["otherwise should add // above cursor"] = function()
|
||||
MiniTest.skip "come back daddy"
|
||||
end
|
||||
T["comment"]["otherwise should add // above cursor"] = function() end
|
||||
|
||||
return T
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue