We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd64e69 commit f406ad9Copy full SHA for f406ad9
tests/conftest.py
@@ -8,10 +8,10 @@
8
import pytest
9
from unittest.mock import MagicMock
10
11
-from response.slack import dialog_builder, slack_utils, block_kit
12
from response.slack.authentication import generate_signature
13
from response.slack.client import SlackClient
14
+
15
@pytest.fixture(autouse=True)
16
def mock_slack(monkeypatch):
17
mock_slack = MagicMock(spec=SlackClient(""))
0 commit comments