mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 13:49:09 -04:00
added conftest.py
This commit is contained in:
6
tests/conftest.py
Normal file
6
tests/conftest.py
Normal file
@@ -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