Fix ListRepoPullRequests #219
No reviewers
Labels
No Label
has/backport
has/pull
in progress
invalid
kind/breaking
kind/bug
kind/build
kind/deployment
kind/docs
kind/enhancement
kind/feature
kind/lint
kind/proposal
kind/question
kind/refactor
kind/security
kind/testing
kind/translation
kind/ui
need/backport
priority/critical
priority/low
priority/maybe
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Blocks
Depends on
#19 Changelog Overhaul 2
gitea/changelog
#217 Add some PR list options
gitea/go-sdk
Reference: gitea/go-sdk#219
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "6543/go-sdk:fix-ListRepoPullRequests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
as title
jolheiser referenced this pull request from gitea/changelog2020-01-13 21:31:16 +00:00
It's better to add a test for this since test framework is ready. :)
6543 referenced this pull request from gitea/changelog2020-01-14 17:10:47 +00:00
@lunny we need test data for our test-framework :(
-> I simply cant query Pull Requests (there exist none in the framework)
@lunny I added a basic test ...
is it posible to use:
to create a test instance?
OK. We have no fixtures data on our tests. Maybe we could create a pull request on this PR and then list all the PRs.
@lunny there for i need a second branch with diff to master ...
@lunny I added the pull_test.go but I would improve it in a other PR to dont block project's witch depend on this (tea)