Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API失敗時のテストコードをrelease/v0.1.0-beta.3にマージ #124

Merged

Conversation

YuukiToriyama and others added 27 commits January 7, 2024 21:10
都道府県マスタを取得するためのモジュール
市区町村マスタを取得するためのモジュール
`client.rs`, `blocking.rs`にそれぞれ書いていたものを移植している
`client.rs`, `blocking.rs`にそれぞれ書いていたものを移植している
…asterApiを持つような実装に変更

ライフタイムの関係でコンパイルができないため
…piとCityMasterApiを持つような実装に変更

ライフタイムの関係でコンパイルができないため
…ailed/re-organization-api-module

API失敗時のテストコード: `api`モジュールの再編
…ailed/add-test

API失敗時のテストコード: 都道府県マスタ/市区町村マスタが取得できない場合のテストコードを追加
…ailed/update-readme

API失敗時のテストコード: READMEのサンプルコードを修正
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [clippy] reported by reviewdog 🐶

warning: you should consider adding a `Default` implementation for `Parser`
  --> src/lib.rs:18:5
   |
18 | /     pub fn new() -> Self {
19 | |         Parser {}
20 | |     }
   | |_____^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default
   = note: `#[warn(clippy::new_without_default)]` on by default
help: try adding this
   |
16 + impl Default for Parser {
17 +     fn default() -> Self {
18 +         Self::new()
19 +     }
20 + }
   |

@YuukiToriyama YuukiToriyama merged commit 3811381 into release/v0.1.0-beta.3 Jan 12, 2024
1 check passed
@YuukiToriyama YuukiToriyama deleted the feature/unit-test-on-api-failed/master branch September 2, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant