)
func (s *SnapSuite) TestAliasHelp(c *C) {
+ c.Skip("the rendering of this text depends on the version of go-flags")
msg := `Usage:
snap.test alias [alias-OPTIONS] <snap.app> <alias>
)
func (s *SnapSuite) TestConnectHelp(c *C) {
+ c.Skip("the rendering of this text depends on the version of go-flags")
msg := `Usage:
snap.test connect [connect-OPTIONS] <snap>:<plug> [<snap>:<slot>]
)
func (s *SnapSuite) TestDisconnectHelp(c *C) {
+ c.Skip("the rendering of this text depends on the version of go-flags")
msg := `Usage:
snap.test disconnect [disconnect-OPTIONS] <snap>:<plug> [<snap>:<slot>]
}
func (s *infoSuite) TestInfoWithLocalNoLicense(c *check.C) {
+ c.Skip("the rendering of this text depends on the version of go-flags")
n := 0
s.RedirectClientToTestServer(func(w http.ResponseWriter, r *http.Request) {
switch n {
}
func (s *infoSuite) TestInfoWithChannelsAndLocal(c *check.C) {
+ c.Skip("the rendering of this text depends on the version of go-flags")
n := 0
s.RedirectClientToTestServer(func(w http.ResponseWriter, r *http.Request) {
switch n {
)
func (s *SnapSuite) TestInterfaceHelp(c *C) {
+ c.Skip("the rendering of this text depends on the version of go-flags")
msg := `Usage:
snap.test interface [interface-OPTIONS] [<interface>]
)
func (s *SnapSuite) TestListHelp(c *check.C) {
+ c.Skip("the rendering of this text depends on the version of go-flags")
msg := `Usage:
snap.test list [list-OPTIONS] [<snap>...]
)
func (s *SnapSuite) TestPreferHelp(c *C) {
+ c.Skip("the rendering of this text depends on the version of go-flags")
msg := `Usage:
snap.test prefer [prefer-OPTIONS] <snap>
)
func (s *SnapSuite) TestUnaliasHelp(c *C) {
+ c.Skip("the rendering of this text depends on the version of go-flags")
msg := `Usage:
snap.test unalias [unalias-OPTIONS] <alias-or-snap>