forked from forgejo/forgejo
activitypub: signing http client
Signed-off-by: Loïc Dachary <loic@dachary.org>
This commit is contained in:
parent
e8907c3c9e
commit
15c1f6218c
4 changed files with 192 additions and 2 deletions
16
modules/activitypub/main_test.go
Normal file
16
modules/activitypub/main_test.go
Normal file
|
@ -0,0 +1,16 @@
|
|||
// Copyright 2021 The Gitea Authors. All rights reserved.
|
||||
// Use of this source code is governed by a MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package activitypub
|
||||
|
||||
import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"code.gitea.io/gitea/models/unittest"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
unittest.MainTest(m, filepath.Join("..", ".."))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue