Added tests for team <-> list relations
This commit is contained in:
parent
98e3d3e884
commit
bdff353e78
3 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package models
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"reflect"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTeamList(t *testing.T) {
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package models
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"reflect"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTeamNamespace(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue