Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 478 Bytes

integration-test.md

File metadata and controls

8 lines (6 loc) · 478 Bytes

Integration Test

Introduction

Integration testing is written with Rust test harness (#[test]), unlike unit testing, they are placed separately here. It covers scenarios involving multiple components, in which one typical case is HTTP/gRPC-related features. You can check its documentation for more information.