Skip to content

Commit 091b549

Browse files
committed
test(projects): start of the implementations
1 parent 9d9bf66 commit 091b549

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright 2017 The Gitea Authors. All rights reserved.
2+
// Use of this source code is governed by a MIT-style
3+
// license that can be found in the LICENSE file.
4+
5+
package integrations
6+
7+
import (
8+
"testing"
9+
)
10+
11+
func TestAPIRepoProjects(t *testing.T) {
12+
defer prepareTestEnv(t)()
13+
}

0 commit comments

Comments
 (0)