mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-29 22:02:48 +00:00
test: update grouping test for flat zip behavior
This commit is contained in:
parent
8f93ee2239
commit
06c48e071a
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue