installer

This commit is contained in:
2024-05-26 23:25:59 +02:00
parent 0dea53d8f5
commit f4ace7efa3
7 changed files with 69 additions and 7 deletions

View File

@@ -4,8 +4,8 @@ from pathlib import Path
from src.scan_folder import recursive_scan_folder
TEST_FOLDER = ".test_folder"
TEST_IMAGES = f"tests{os.sep}test_files"
TEST_FOLDER = '.test_folder'
TEST_IMAGES = os.path.join('tests', 'test_files')
TEST_TEMP_FOLDER = os.path.join(TEST_FOLDER, 'Temp')
TEST_IMAGE_FOLDER = os.path.join(TEST_FOLDER, 'Images')