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失敗時のテストコードを書く #103

Closed
YuukiToriyama opened this issue Jan 5, 2024 · 2 comments · Fixed by #127
Closed

API失敗時のテストコードを書く #103

YuukiToriyama opened this issue Jan 5, 2024 · 2 comments · Fixed by #127

Comments

@YuukiToriyama
Copy link
Owner

YuukiToriyama commented Jan 5, 2024

parser.rsの単体テストで、都道府県マスタ/市区町村マスタの取得に失敗した時のテストを書きたいが、現状ではAPIの失敗を自動テストの中で再現することができないので、モックライブラリを用いてAPIをモックしたい。

https://docs.rs/mockito/latest/mockito/

@YuukiToriyama YuukiToriyama changed the title テストのためにmockitoを導入する mockitoを使ってAPI失敗時のテストコードを書く Jan 7, 2024
@YuukiToriyama
Copy link
Owner Author

YuukiToriyama commented Jan 7, 2024

parser::parse()からapiを直接使うのではなく、間にrepositoryをかませたほうがよさそう

ライブラリ利用者から見て、repositoryは意味が伝わりにくいので、apiという名称をそのまま使うことにした

@YuukiToriyama
Copy link
Owner Author

server_urlを適当なものに変えれば404エラーを作ることはできるので、モックライブラリを導入しなくてもできそう

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 a pull request may close this issue.

1 participant