Files
dotfiles/tests/conftest.py
2025-12-06 20:43:54 -05:00

7 lines
129 B
Python

"""Fixtures for tests."""
from __future__ import annotations
PASSWORD = "password" # noqa: S105
TOKEN = "token" # noqa: S105