moved example to test dir

This commit is contained in:
hyugogirubato
2025-07-26 17:17:13 +02:00
parent 6aeabc2047
commit 58a5256dc1
12 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 479 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 KiB

+1 -1
View File
@@ -7,7 +7,7 @@ from cbz.page import PageInfo
PARENT = Path(__file__).parent
if __name__ == '__main__':
paths = list((PARENT / 'images').iterdir())
paths = list((PARENT / 'fixtures' / 'images').iterdir())
# Load each page from the 'images' folder into a list of PageInfo objects
pages = [