Skip to content

Commit f65f6af

Browse files
committed
added comment for tests that test test code
1 parent 9614ef2 commit f65f6af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/integration/test_utils/chunk_upload.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ where
155155
counts
156156
}
157157

158+
// These helpers and tests exercise the multipart parsing utilities in this
159+
// module itself. They are tests for test code, not integration tests for
160+
// sentry-cli behavior.
158161
fn gzip(data: &[u8]) -> Vec<u8> {
159162
let mut encoder = GzEncoder::new(Vec::new(), Compression::default());
160163
encoder

0 commit comments

Comments
 (0)