mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-08-18 23:24:39 +02:00
Add Sentry DSN to .env.example and use computer name as environment
This commit is contained in:
8
tests/conftest.py
Normal file
8
tests/conftest.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
||||
|
||||
def pytest_configure() -> None:
|
||||
"""Ignore Sentry when running tests."""
|
||||
os.environ["SENTRY_DSN"] = ""
|
Reference in New Issue
Block a user