Added tests for team <-> list relations

This commit is contained in:
konrad 2018-08-29 14:33:04 +02:00 committed by kolaente
parent 98e3d3e884
commit bdff353e78
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 9 additions and 10 deletions

View File

@ -133,7 +133,6 @@ Teams sind global, d.h. Ein Team kann mehrere Namespaces verwalten.
#### v0.2
* [x] Listen teilbar
* [ ] Mit anderen Nutzern
* [x] Teams
* [ ] Mit Link

View File

@ -1,9 +1,9 @@
package models
import (
"testing"
"github.com/stretchr/testify/assert"
"reflect"
"testing"
)
func TestTeamList(t *testing.T) {

View File

@ -1,9 +1,9 @@
package models
import (
"testing"
"github.com/stretchr/testify/assert"
"reflect"
"testing"
)
func TestTeamNamespace(t *testing.T) {