chore/ 删除无用文件

This commit is contained in:
Kevin
2026-03-19 14:36:14 +08:00
parent 2f60858c9c
commit c6e07ce5ca
135 changed files with 2111 additions and 4510 deletions

View File

@@ -37,6 +37,8 @@ class MemoirImageSettingsTest(unittest.TestCase):
self.assertEqual(settings.liblib_template_uuid, DEFAULT_LIBLIB_TEMPLATE_UUID)
def test_effective_max_images_never_drops_below_base_max_per_chapter(self):
settings = MemoirImageSettings(enabled=True, max_per_chapter=2, max_images_cap=1)
settings = MemoirImageSettings(
enabled=True, max_per_chapter=2, max_images_cap=1
)
self.assertEqual(settings.effective_max_images(0), 2)