github: Add mock api testing
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 19 Jun 2019 03:50:32 +0000 (23:50 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 3 Jul 2019 03:17:48 +0000 (23:17 -0400)
commit11a2d06db4f538f7e642c5b66a5671542503f3b9
tree97375b445624c8956c236111e2f2f0ca89ba3b33
parentafc737008b2b10b9317f0e528dedf27dcf9926ab
github: Add mock api testing

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
15 files changed:
lib/github/tests/mock/errors_404.res [new file with mode: 0644]
lib/github/tests/mock/repo_branches_master.res [new file with mode: 0644]
lib/github/tests/mock/repo_branches_nit.res [new file with mode: 0644]
lib/github/tests/mock/repo_comments_8982707.res [new file with mode: 0644]
lib/github/tests/mock/repo_commits_64ce1f.res [new file with mode: 0644]
lib/github/tests/mock/repo_issues_1000.res [new file with mode: 0644]
lib/github/tests/mock/repo_issues_comments_6020149.res [new file with mode: 0644]
lib/github/tests/mock/repo_issues_events_199674194.res [new file with mode: 0644]
lib/github/tests/mock/repo_labels_ok_will_merge.res [new file with mode: 0644]
lib/github/tests/mock/repo_milestones_4.res [new file with mode: 0644]
lib/github/tests/mock/repo_nit.res [new file with mode: 0644]
lib/github/tests/mock/repo_pulls_1000.res [new file with mode: 0644]
lib/github/tests/mock/repo_pulls_comment_21010363.res [new file with mode: 0644]
lib/github/tests/mock/user_Morriar.res [new file with mode: 0644]
lib/github/tests/test_api.nit [new file with mode: 0644]