-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add some tests for Repository.Collaborator #1045
Comments
I'll take this. |
okay, so this seems to be quite complicated (and possibly the reason tests were not written previously) |
@M-Zuber you might be right - from the docs:
I suspect To test this out, you could use a newly-created repository and add/remove collaborators from there before tearing it down... |
Thanks for that input. |
Reported here: #1040 (comment)
It'd be nice to get some integration tests in here - mostly to verify that we're able to retrieve and deserialize details about the collaborators - as a regression test.
The text was updated successfully, but these errors were encountered: