Searched refs:tests (Results 1 – 25 of 38) sorted by relevance
12
| /tonic/ |
| H A D | Cargo.toml | 12 "tests/disable_comments", 13 "tests/included_service", 14 "tests/same_name", 16 "tests/wellknown", 22 "tests/stream_conflict", 23 "tests/root-crate-path", 24 "tests/compression", 25 "tests/web", 27 "tests/use_arc_self", 28 "tests/default_stubs", [all …]
|
| H A D | CONTRIBUTING.md | 129 include one or more tests to ensure that the crate does not regress in the future. 130 There are two ways to write tests: integration tests and documentation tests 131 (Tokio avoids unit tests as much as possible). 133 #### Integration tests 135 Integration tests go in the same crate as the code they are testing. Each sub 137 `tonic` utilities available to use in tests, no matter the crate being 141 integration tests in the crate and follow the style. 143 #### Documentation tests 146 use the API. Documentation tests are run with `cargo test --doc`. This ensures 149 The trick to documentation tests is striking a balance between being succinct [all …]
|
| /tonic/tonic-types/src/ |
| H A D | lib.rs | 159 mod tests { module
|
| /tonic/tonic-reflection/src/ |
| H A D | lib.rs | 31 mod tests { module
|
| /tonic/tests/integration_tests/ |
| H A D | Cargo.toml | 5 name = "integration-tests"
|
| /tonic/tonic-health/src/ |
| H A D | lib.rs | 29 mod tests { module
|
| /tonic/tonic/src/transport/channel/service/ |
| H A D | user_agent.rs | 50 mod tests { module
|
| /tonic/tonic/src/service/ |
| H A D | layered.rs | 65 mod tests { module
|
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | request_info.rs | 89 mod tests { module
|
| H A D | loc_message.rs | 90 mod tests { module
|
| H A D | debug_info.rs | 86 mod tests { module
|
| H A D | resource_info.rs | 106 mod tests { module
|
| H A D | error_info.rs | 104 mod tests { module
|
| H A D | retry_info.rs | 119 mod tests { module
|
| H A D | help.rs | 142 mod tests { module
|
| H A D | bad_request.rs | 146 mod tests { module
|
| H A D | quota_failure.rs | 143 mod tests { module
|
| H A D | prec_failure.rs | 166 mod tests { module
|
| /tonic/interop/proto/grpc/testing/ |
| H A D | messages.proto | 73 // implement the full compression tests by introspecting the call to verify 102 // implement the full compression tests by introspecting the call to verify 126 // implement the full compression tests by introspecting the call to verify
|
| /tonic/tonic/src/ |
| H A D | response.rs | 137 mod tests { module
|
| /tonic/tonic/src/transport/server/ |
| H A D | incoming.rs | 120 mod tests { module
|
| /tonic/tonic/benches-disabled/ |
| H A D | README.md | 13 3) As we are not testing tonic-build compile time, the tests reference pre-compiled .rs files in 'b…
|
| /tonic/tonic/src/codec/ |
| H A D | buffer.rs | 109 mod tests { module
|
| /tonic/.github/workflows/ |
| H A D | CI.yml | 147 - name: Run interop tests 150 - name: Run interop tests with Rustls
|
| /tonic/tonic/src/metadata/ |
| H A D | key.rs | 281 mod tests { module
|
12