Files
core/tests
Jeff H a1f70e11ae 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 14:17:24 -07:00
..
2020-08-29 08:23:55 +02:00
2020-09-15 10:09:56 +02:00
2016-01-30 14:08:32 -05:00
2016-10-23 23:48:01 -07:00
2020-08-29 08:23:55 +02:00
2020-08-27 13:56:20 +02:00