From 17ceafb384d9f52d2df6efa86cb6aa2c392a2a74 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:33:00 +0200 Subject: [PATCH] Update test --- {docs => test}/images/page-000.jpg | Bin {docs => test}/images/page-001.jpg | Bin {docs => test}/images/page-002.jpg | Bin {docs => test}/images/page-003.jpg | Bin {docs => test}/images/page-004.jpg | Bin {docs => test}/images/page-005.jpg | Bin {docs => test}/images/page-006.jpg | Bin {docs => test}/images/page-007.jpg | Bin {docs => test}/images/page-008.jpg | Bin {docs => test}/images/page-009.jpg | Bin {docs => test}/images/page-010.jpg | Bin test.py => test/test.py | 2 +- 12 files changed, 1 insertion(+), 1 deletion(-) rename {docs => test}/images/page-000.jpg (100%) rename {docs => test}/images/page-001.jpg (100%) rename {docs => test}/images/page-002.jpg (100%) rename {docs => test}/images/page-003.jpg (100%) rename {docs => test}/images/page-004.jpg (100%) rename {docs => test}/images/page-005.jpg (100%) rename {docs => test}/images/page-006.jpg (100%) rename {docs => test}/images/page-007.jpg (100%) rename {docs => test}/images/page-008.jpg (100%) rename {docs => test}/images/page-009.jpg (100%) rename {docs => test}/images/page-010.jpg (100%) rename test.py => test/test.py (95%) diff --git a/docs/images/page-000.jpg b/test/images/page-000.jpg similarity index 100% rename from docs/images/page-000.jpg rename to test/images/page-000.jpg diff --git a/docs/images/page-001.jpg b/test/images/page-001.jpg similarity index 100% rename from docs/images/page-001.jpg rename to test/images/page-001.jpg diff --git a/docs/images/page-002.jpg b/test/images/page-002.jpg similarity index 100% rename from docs/images/page-002.jpg rename to test/images/page-002.jpg diff --git a/docs/images/page-003.jpg b/test/images/page-003.jpg similarity index 100% rename from docs/images/page-003.jpg rename to test/images/page-003.jpg diff --git a/docs/images/page-004.jpg b/test/images/page-004.jpg similarity index 100% rename from docs/images/page-004.jpg rename to test/images/page-004.jpg diff --git a/docs/images/page-005.jpg b/test/images/page-005.jpg similarity index 100% rename from docs/images/page-005.jpg rename to test/images/page-005.jpg diff --git a/docs/images/page-006.jpg b/test/images/page-006.jpg similarity index 100% rename from docs/images/page-006.jpg rename to test/images/page-006.jpg diff --git a/docs/images/page-007.jpg b/test/images/page-007.jpg similarity index 100% rename from docs/images/page-007.jpg rename to test/images/page-007.jpg diff --git a/docs/images/page-008.jpg b/test/images/page-008.jpg similarity index 100% rename from docs/images/page-008.jpg rename to test/images/page-008.jpg diff --git a/docs/images/page-009.jpg b/test/images/page-009.jpg similarity index 100% rename from docs/images/page-009.jpg rename to test/images/page-009.jpg diff --git a/docs/images/page-010.jpg b/test/images/page-010.jpg similarity index 100% rename from docs/images/page-010.jpg rename to test/images/page-010.jpg diff --git a/test.py b/test/test.py similarity index 95% rename from test.py rename to test/test.py index fa23831..dd1e55c 100644 --- a/test.py +++ b/test/test.py @@ -7,7 +7,7 @@ PARENT = Path(__file__).resolve().parent if __name__ == "__main__": pages = [] for i in range(11): - pages.append({"File": (PARENT / "docs" / "images" / f"page-{i:03d}.jpg")}) + pages.append({"File": (PARENT / "images" / f"page-{i:03d}.jpg")}) metadata = { "Title": "T1 - ArrĂȘte de me chauffer, Nagatoro",