Skip to content

Commit

Permalink
#147: add a testcase for yukicoder on local
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Mar 19, 2018
1 parent 5251f1f commit f40d385
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tests/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,31 @@ def test_call_download_yukicoder_no_260(self):
'sample-1.in': 'b16aaad0c06f931e38ad651115b73f56',
'sample-1.out': '90e2a51705594d033a3abe9d77b2b7ad',
})
def test_call_download_yukicoder_no_8_system(self):
if 'CI' not in os.environ:
self.snippet_call_download(
'https://yukicoder.me/problems/no/8', {
'01.txt.in': '04e90eb0c4a65eefa084dfea8e89de9f',
'01.txt.out': 'fc07e56c1012af450b912af02f1e7c30',
'02.txt.in': 'e867414a12769d8adc9086093620b4a3',
'02.txt.out': '92289ff0469cfacb19a2809e6b44b93a',
'03.txt.in': 'c15d6580553f2be2c4b133441da760f3',
'03.txt.out': '5ff2d623f9ec55b7207a0e15f076a511',
'04.txt.in': 'e28f58da56e572f4f27f9b837a4fe8c5',
'04.txt.out': 'b9d27fd37514d704abe776e239029fae',
'05.txt.in': 'd04e3cd98784a870b8dae31ab8e2c935',
'05.txt.out': '559ffd2e020994c7117fdc38da1dd97d',
'06.txt.in': '897059f9374e64ed03e09a5b5044794c',
'06.txt.out': 'a3d50a58dc67267b5e4619ecf73b2dcc',
'07.txt.in': '69d224c83e03e0c3f6ff466fa06bc7dc',
'07.txt.out': 'a3d50a58dc67267b5e4619ecf73b2dcc',
'08.txt.in': 'de61c37c042526933ac9ff5c99dd8681',
'08.txt.out': 'a3d50a58dc67267b5e4619ecf73b2dcc',
'09.txt.in': 'b627b556c53cb20b9ae8fa4665925aa9',
'09.txt.out': 'a3d50a58dc67267b5e4619ecf73b2dcc',
'10.txt.in': '735f5246a7bde15f85ae368917eee087',
'10.txt.out': 'a3d50a58dc67267b5e4619ecf73b2dcc',
}, is_system=True)

def test_call_download_anarchygolf_the_b_programming_language(self):
self.snippet_call_download(
Expand Down

0 comments on commit f40d385

Please sign in to comment.