We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9bf66 commit 091b549Copy full SHA for 091b549
integrations/api_repo_project_test.go
@@ -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