app_test.go
author Mikael Berthe <mikael@lilotux.net>
Fri, 14 Apr 2017 22:56:50 +0200
changeset 117 7f8ac782cf5d
parent 40 c2caa5241c4a
permissions -rw-r--r--
Add streaming API support

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")
}