kiwiproject / kiwiproject-changelog

Generates change logs
MIT License
1 stars 0 forks source link

Refactor existing tests in GithubApiTest to use MockWebServer #164

Closed sleberknight closed 2 months ago

sleberknight commented 2 months ago

Refactor the original tests in GithubApiTest to use the OkHttp MockWebServer.

As part of #50 I'm adding a test for the patch method that uses it, so just need to refactor the original few tests.