Add testing for Pull Request Reviews and Review Requests

This commit is contained in:
Aaron Levine
2017-03-21 13:00:11 -06:00
parent f383603f7d
commit 7a0fcb27b7
3 changed files with 100 additions and 0 deletions
+2
View File
@@ -57,6 +57,8 @@ from OrganizationHasInMembers import *
from Organization import *
from PullRequest import *
from PullRequestComment import *
from PullRequestReview import *
from PullRequestReviewRequests import *
from PullRequestFile import *
from RateLimiting import *
from Repository import *