nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
239 stars 65 forks source link

Mock Github API tests #2753

Closed Morriar closed 5 years ago

Morriar commented 5 years ago

This PR adds a mock to GithubAPI so we can avoid sending requests to the API on CI.

For each API call we save the actual Github response body from the API and reuse it during the tests. The attribute update_responses_cache can be set to true so the cache files are updated from the API when nitunit is called.

Morriar commented 5 years ago

Tests are ok: https://gitlab.com/nit/nit-ci/pipelines/66883158

Morriar commented 5 years ago

Merge on green.