Coverage for opt/mealie/lib/python3.12/site-packages/mealie/assets/users/__init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.10.6, created at 2025-11-25 15:32 +0000

1from pathlib import Path 1a

2 

3CWD = Path(__file__).parent 1a

4 

5img_random_1 = CWD / "random_1.webp" 1a

6img_random_2 = CWD / "random_2.webp" 1a

7img_random_3 = CWD / "random_3.webp" 1a