Added contributions file and docs for Matrix support; refs #28

This commit is contained in:
Chris Caron
2019-01-27 10:48:28 -05:00
parent 892a505b9c
commit da902c228c
5 changed files with 48 additions and 26 deletions

View File

@ -579,7 +579,7 @@ TEST_URLS = (
}),
# Name, port, token and invalid mode
('matrix://user@localhost:9000/%s?mode=foo' % ('a' * 64), {
'instance': plugins.NotifyMatrix,
'instance': TypeError,
}),
('matrix://user@localhost:9000/%s?mode=slack' % ('a' * 64), {
'instance': plugins.NotifyMatrix,