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
No known key found for this signature in database
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 #### v0.2
* [x] Listen teilbar * [x] Listen teilbar
* [ ] Mit anderen Nutzern * [ ] Mit anderen Nutzern
* [x] Teams * [x] Teams
* [ ] Mit Link * [ ] Mit Link

View File

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

View File

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