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
堅牢なアプリケーションを構築するため
以下のようなテストを実装する。
以下のURLを参考に実装を行う
The text was updated successfully, but these errors were encountered:
feat: ➕ Add tests
55b895a
Issue: #44
ルートにtestsディレクトリを作成し、その下にファイルを作成し、関数の上に#[test]を書くことで、cargo testを実行した際にテストされるようだ。
tests
#[test]
cargo test
Sorry, something went wrong.
SeaORMのテストはめちゃくちゃめんどくさそうなので書くのやめます。
理由
SeaQL/sea-orm#830
feat: ➕ Add api_tests
d3eab38
feat: ✨ Add post tests
83a463e
ittokunvim
Successfully merging a pull request may close this issue.
Why
堅牢なアプリケーションを構築するため
What
以下のようなテストを実装する。
ToDo
Etc
以下のURLを参考に実装を行う
The text was updated successfully, but these errors were encountered: