mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
feat: backend DB model for fine-grained repo access tokens
This commit is contained in:
parent
2d4a3e5658
commit
a1eff6f0dc
13 changed files with 166 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ import (
|
|||
"testing"
|
||||
|
||||
"forgejo.org/models/unittest"
|
||||
|
||||
_ "forgejo.org/modules/testimport"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ import (
|
|||
"forgejo.org/models/user"
|
||||
"forgejo.org/modules/optional"
|
||||
|
||||
_ "forgejo.org/modules/testimport"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue