mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-01-20 23:22:58 -05:00
9 lines
217 B
Python
9 lines
217 B
Python
from core import sentry_setup
|
|
|
|
|
|
def test_sentry_capture():
|
|
sentry_setup.init_sentry_logging()
|
|
|
|
assert sentry_setup.client is not None
|
|
|
|
sentry_setup.client.captureMessage("Message from test_sentry module.") |