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

7 lines
129 B
Python
Raw Normal View History

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