テストを追加

This commit is contained in:
shibafu
2019-06-16 22:33:15 +09:00
parent fbecd97c03
commit fe09f769e3
4 changed files with 76 additions and 0 deletions

10
tests/fixture/Steam/test.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"333600": {
"success": true,
"data": {
"name": "NEKOPARA Vol. 1",
"short_description": "水無月嘉祥(みなづき かしょう)は伝統ある老舗和菓子屋である実家を出て、 パティシエとして自身のケーキ屋『ラ・ソレイユ』を一人で開店する。 しかし実家から送った引っ越し荷物の中に、 実家で飼っていた人型ネコのショコラとバニラが紛れ込んでいた。",
"header_image": "https://steamcdn-a.akamaihd.net/steam/apps/333600/header.jpg?t=1558382831"
}
}
}

1
tests/fixture/Steam/testNotFound.json vendored Normal file
View File

@@ -0,0 +1 @@
{"1":{"success":false}}

10
tests/fixture/Steam/testR18.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"1077580": {
"success": true,
"data": {
"name": "Broke Girl | 負債千金",
"short_description": "苦労知らずに育ったお嬢様は一夜にして1000万の借金を背負うことになった。借金を返済するために働かなければならない。しかし世間には悪意が満ちており、男達はお金で彼女を誘うか凌辱することしか考えていない。",
"header_image": "https://steamcdn-a.akamaihd.net/steam/apps/1077580/header.jpg?t=1559506319"
}
}
}