added conftest.py
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""Fixtures for tests."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
PASSWORD = "password" # noqa: S105
|
||||
TOKEN = "token" # noqa: S105
|
||||
Reference in New Issue
Block a user