app_test.go
author Mikael Berthe <mikael@lilotux.net>
Wed, 19 Apr 2017 09:30:47 +0200
changeset 137 acaea3179f4d
parent 40 c2caa5241c4a
permissions -rw-r--r--
Use my own library name Move library to a new home (aka fork) instead of using my own branch of gondole, which isn't very convenient and can be confusing.

package gondole

import (
	"testing"
	//"github.com/stretchr/testify/assert"
)

func TestNewApp(t *testing.T) {
	//g, err := NewApp("gondole-cli", ourScopes, NoRedirect)
	//assert.NoError(t, err, "no error")
	//assert.Equal(t, "gondole-cli", g.Name, "should be equal")
}