File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 428
428
- [Unit testing](testing/unit_testing.md)
429
429
- [Documentation testing](testing/doc_testing.md)
430
430
- [Integration testing](testing/integration_testing.md)
431
- - [Dev-dependencies](testing/dev_dependencies.md)
431
+ - [Dev-dependencies](testing/dev_dependencies.md)
432
432
-->
433
433
434
434
- [ テスト] ( testing.md )
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ fn test_add() {
118
118
<!--
119
119
Creating the module as `tests/common.rs` also works, but is not recommended
120
120
because the test runner will treat the file as a test crate and try to run tests
121
- inside it.
121
+ inside it.
122
122
-->
123
123
モジュールを` tests/common.rs ` に記述することも可能ですが、` tests/common.rs ` 中のテストも自動的に実行されてしまうため非推奨です。
124
124
You can’t perform that action at this time.
0 commit comments