-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ele 4029 slack message blocks #1798
Conversation
…le-4029-slack-message-blocks
👋 @ofek1weiss |
@@ -10,28 +10,13 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved all test logic to base_test_format.py
@@ -0,0 +1,327 @@ | |||
from abc import abstractmethod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adapted from test_adaptive_cards.py
secondary_facts.append(current_fact) | ||
self._add_secondary_facts(secondary_facts) | ||
|
||
def _add_divider_block(self, block: DividerBlock) -> None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to get the block?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its not necessary, but it think it makes more sense for this function to decide that it isn't
@ofek1weiss What about adding tests to the alerts message builder? |
The message builder did not exist at the time, will do |
null