Skip to content

Commit 632f769

Browse files
chaliyclaude
andauthored
refactor(test): drop 'new_' prefix from curl/wget flag test modules (#181)
## Summary - Renamed `new_curl_flags` → `curl_flags` and `new_wget_flags` → `wget_flags` test modules - Updated section header from "NEW FLAG TESTS" to "EXTENDED FLAG TESTS" - The "new_" prefix was a leftover from when these tests were first added; no longer meaningful ## Test plan - [x] All 53 network security tests pass (`cargo test --test network_security_tests --features http_client`) https://claude.ai/code/session_01GJqgXnAnZitNj6FP1XzF17 Co-authored-by: Claude <noreply@anthropic.com>
1 parent d1b4440 commit 632f769

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

crates/bashkit/tests/network_security_tests.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,10 @@ mod allowlist_unit {
415415
}
416416

417417
// =============================================================================
418-
// 8. NEW FLAG TESTS
418+
// 8. EXTENDED FLAG TESTS
419419
// =============================================================================
420420

421-
mod new_curl_flags {
421+
mod curl_flags {
422422
use super::*;
423423

424424
/// Test curl --compressed flag parsing
@@ -674,7 +674,7 @@ mod new_curl_flags {
674674
}
675675
}
676676

677-
mod new_wget_flags {
677+
mod wget_flags {
678678
use super::*;
679679

680680
/// Test wget --header flag parsing

0 commit comments

Comments
 (0)