1
0
mirror of https://git.sr.ht/~nicoco/slidge-whatsapp synced 2024-09-28 17:42:46 +00:00
slidge-whatsapp/tests/conftest.py
2023-05-02 16:35:30 +02:00

7 lines
129 B
Python

import tempfile
from pathlib import Path
from slidge import global_config
global_config.HOME_DIR = Path(tempfile.gettempdir())