From 12e398514bd14e1747527209e1d17c95a835a4fd Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 6 Dec 2025 20:43:54 -0500 Subject: [PATCH] added conftest.py --- tests/conftest.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/conftest.py diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 0000000..52d1937 --- /dev/null +++ b/tests/conftest.py @@ -0,0 +1,6 @@ +"""Fixtures for tests.""" + +from __future__ import annotations + +PASSWORD = "password" # noqa: S105 +TOKEN = "token" # noqa: S105