We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
今の実装にはinfrastructureのテストがなく、正しく動いているのかを保証することができない。特にmongodbに関してはこのテスト不足が原因で #235 などのバグが混入していた。
テストの対象は一旦DB関連(postgres, mongo)に絞ってよいと思う。それらに対して、作成、取得、削除、更新がそれぞれ行えていることを確認したい。
infrastructureをテストするためにはDBの環境を準備する必要があるが、これは以下などが良いと思っている。
特にテストをCIで回せると嬉しいので、それを重視して技術選定を進めてほしい。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
今の実装にはinfrastructureのテストがなく、正しく動いているのかを保証することができない。特にmongodbに関してはこのテスト不足が原因で #235 などのバグが混入していた。
テストの対象は一旦DB関連(postgres, mongo)に絞ってよいと思う。それらに対して、作成、取得、削除、更新がそれぞれ行えていることを確認したい。
infrastructureをテストするためにはDBの環境を準備する必要があるが、これは以下などが良いと思っている。
特にテストをCIで回せると嬉しいので、それを重視して技術選定を進めてほしい。
The text was updated successfully, but these errors were encountered: