From 7bea9042a79d3cbfe31cc2595e8b8c6a3788ba15 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 00:51:34 +0900 Subject: test: port small leaf tests (config, filters, platform, formatter) Port DefaultConfigTest, IgnoreAll/IgnoreNothingPlatformRequirementFilterTest, PlatformTest, GitExcludeFilterTest, and HtmlOutputFormatterTest. Each PHP Test// maps to a single integration-test binary via tests//main.rs (the target is named after the directory) whose #[test] functions are collected from the module tree. Tests that exercise unported library behavior (regex backreferences, Preg::split, env expansion) are marked #[ignore]. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/util/main.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 crates/shirabe/tests/util/main.rs (limited to 'crates/shirabe/tests/util/main.rs') diff --git a/crates/shirabe/tests/util/main.rs b/crates/shirabe/tests/util/main.rs new file mode 100644 index 0000000..1ce0dd7 --- /dev/null +++ b/crates/shirabe/tests/util/main.rs @@ -0,0 +1 @@ +mod platform_test; -- cgit v1.3.1