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