From 06c48e071aafc1b367109c03afc34d8c9a1c0229 Mon Sep 17 00:00:00 2001 From: Abdessamad Derraz <3028866+Abdess@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:06:38 +0200 Subject: [PATCH] test: update grouping test for flat zip behavior --- tests/test_e2e.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test_e2e.py b/tests/test_e2e.py index e6b6604c..321afdb3 100644 --- a/tests/test_e2e.py +++ b/tests/test_e2e.py @@ -994,8 +994,10 @@ class TestE2E(unittest.TestCase): groups = group_identical_platforms( ["test_existence", "test_inherited"], self.platforms_dir ) - # Different base_destination ->separate groups - self.assertEqual(len(groups), 2) + # With flat ZIPs, base_destination no longer separates groups + # Platforms with same files (regardless of base_dest) are grouped + self.assertEqual(len(groups), 1) + self.assertEqual(len(groups[0][0]), 2) def test_51_platform_grouping_same(self): # Create two identical platforms