-
Notifications
You must be signed in to change notification settings - Fork 170
Create tests for createIssue() method #223
Copy link
Copy link
Open
Labels
Good First IssueSuitable for first-time contributorsSuitable for first-time contributorsHacktoberfestHelp WantedCommunity help wantedCommunity help wantedTech/GoType/EnhancementNew feature or improvement of existing featureNew feature or improvement of existing featureUp For GrabsReady for help from the community. Removed when someone volunteersReady for help from the community. Removed when someone volunteers
Metadata
Metadata
Assignees
Labels
Good First IssueSuitable for first-time contributorsSuitable for first-time contributorsHacktoberfestHelp WantedCommunity help wantedCommunity help wantedTech/GoType/EnhancementNew feature or improvement of existing featureNew feature or improvement of existing featureUp For GrabsReady for help from the community. Removed when someone volunteersReady for help from the community. Removed when someone volunteers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
There currently aren't any test for the GitHub plugin api layer. This request is to add test for the
createIssue()method found inserver/api.goI don't see a reason why we cannot add tests for this functionality. Currently, there are no tests for the api layer. I will create as another ticket and add to the 0.15.0 milestone for tracking. There are 5 other tickets for this feature and I am going to work on those next. This was the first of 6.
Originally posted by @jfrerich in #222 (comment)