Added cli for general usage of Vikunja #66

Merged
konrad merged 7 commits from feature/cli into master 2019-03-24 17:15:45 +00:00
Showing only changes of commit 16376a38c0 - Show all commits

View File

@ -17,10 +17,12 @@
package models
import (
"code.vikunja.io/api/pkg/config"
"github.com/spf13/viper"
"testing"
)
func TestMain(m *testing.M) {
config.InitConfig()
MainTest(m, viper.GetString("service.rootpath"))
}