added conftest.py

This commit is contained in:
2025-12-06 20:43:54 -05:00
parent 69f9ef8187
commit 12e398514b

6
tests/conftest.py Normal file
View File

@@ -0,0 +1,6 @@
"""Fixtures for tests."""
from __future__ import annotations
PASSWORD = "password" # noqa: S105
TOKEN = "token" # noqa: S105