From 3edd08813f4c8e08f983cf19568dc91d1b368417 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 00:58:41 +0900 Subject: test(util): port ProxyItemTest Both testThrowsOnMalformedUrl and testUrlFormatting are marked #[ignore] because ProxyItem::new reaches a todo!() in the php-shim. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/util/http/mod.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 crates/shirabe/tests/util/http/mod.rs (limited to 'crates/shirabe/tests/util/http/mod.rs') diff --git a/crates/shirabe/tests/util/http/mod.rs b/crates/shirabe/tests/util/http/mod.rs new file mode 100644 index 0000000..36dbaee --- /dev/null +++ b/crates/shirabe/tests/util/http/mod.rs @@ -0,0 +1 @@ +mod proxy_item_test; -- cgit v1.3.1