This website requires JavaScript.
Explore
Help
Sign in
evlli
/
hass-core
Watch
1
Star
0
Fork
You've already forked hass-core
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f7f8672eea
hass-core
/
tests
/
components
/
slack
/
__init__.py
2 lines
32 B
Python
Raw
Normal View
History
Unescape
Escape
Fix slack message icon override (#41212) * Fix slack message icon override Allows overriding the icon for individual slack messages using either an emoji or a URL. * Run python3 -m script.gen_requirements_all * Add period to first line * Add support for python 3.7 testing AsyncMock is only available from python 3.8+. Prior to this, CoroutineMock is used which doesn't mock the method so it needs to be done manually. * Fix tests for python3.7 compatibility The Python3.7 mock call object doesn't have the kwargs helper property. * Update default emoji test docstring
2020-10-04 17:17:24 -04:00
"""
Slack notification tests.
"""
Reference in a new issue
Copy permalink