forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unit tests for issue_milestone (go-gitea#878)
- Loading branch information
1 parent
1da7dd3
commit a6751ce
Showing
6 changed files
with
609 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- | ||
id: 1 | ||
repo_id: 1 | ||
name: milestone1 | ||
content: content1 | ||
is_closed: false | ||
num_issues: 1 | ||
|
||
- | ||
id: 2 | ||
repo_id: 1 | ||
name: milestone2 | ||
content: content2 | ||
is_closed: false | ||
num_issues: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
num_closed_issues: 1 | ||
num_pulls: 2 | ||
num_closed_pulls: 0 | ||
num_milestones: 2 | ||
num_watches: 2 | ||
|
||
- | ||
|
Oops, something went wrong.