diff options
| author | historia <historiavg@proton.me> | 2026-08-24 02:59:26 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 02:59:26 -0400 |
| commit | f00249db9d1ea051d29aa1bcca869fc4b88e83eb (patch) | |
| tree | a75f076fac1b63e0b4bf2eb8f54affbcc681a891 /tests/gen_test_cover.py | |
| parent | 9dd4f9595be3b1d76a3a07dc3eca90cfaf8a3f97 (diff) | |
| download | tts-audiobook-generator-f00249db9d1ea051d29aa1bcca869fc4b88e83eb.tar.gz | |
refactor: add app directory, dir structure change
Diffstat (limited to 'tests/gen_test_cover.py')
| -rw-r--r-- | tests/gen_test_cover.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/gen_test_cover.py b/tests/gen_test_cover.py deleted file mode 100644 index 292469a..0000000 --- a/tests/gen_test_cover.py +++ /dev/null @@ -1,8 +0,0 @@ -import sys -from pathlib import Path -sys.path.insert(0, str(Path(__file__).resolve().parent.parent)) -from converter.cover import generate_cover - -p = generate_cover('The Count of Monte Cristo', - Path(__file__).resolve().parent / 'cover_test.png') -print('written:', p) |
