tests: update testing suite with more use cases

Actually try to convert existing chapters.
This commit is contained in:
Antoine Aflalo
2025-09-09 09:14:40 -04:00
parent 1b1be3a83a
commit e47e21386f
5 changed files with 405 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ func TestLoadChapter(t *testing.T) {
testCases := []testCase{
{
name: "Original Chapter CBZ",
filePath: "../../testdata/Chapter 1.cbz",
expectedPages: 16,
expectedSeries: "<Series>Boundless Necromancer</Series>",
filePath: "../../testdata/Chapter 128.cbz",
expectedPages: 14,
expectedSeries: "<Series>The Knight King Who Returned with a God</Series>",
expectedConversion: false,
},
{