mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
Repository Commits Get All
Added the logic for getting all commits for a repository including unit tests and XML docs
This commit is contained in:
@@ -26,6 +26,13 @@ public class RepositoryCommitsClientTests : IDisposable
|
||||
_repository = _client.Repository.Create(new NewRepository { Name = repoName, AutoInit = true }).Result;
|
||||
}
|
||||
|
||||
[IntegrationTest]
|
||||
public async Task CanGetListOfCommits()
|
||||
{
|
||||
var list = await _fixture.GetAll("octokit", "octokit.net");
|
||||
Assert.NotEmpty(list);
|
||||
}
|
||||
|
||||
[IntegrationTest]
|
||||
public async Task CanCompareReferences()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user