summary refs log tree commit diff
path: root/tests/handlers/test_appservice.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use seconds; start gluing in the AS scheduler into the AS handler.Kegan Dougal2015-03-091-2/+5
|
* Dependency inject ApplicationServiceApi when creating ↵Kegan Dougal2015-02-051-7/+3
| | | | ApplicationServicesHandler.
* Fix unit tests.Kegan Dougal2015-02-051-2/+5
|
* Add unit test for appservice_handler.query_room_alias_existsKegan Dougal2015-02-051-1/+30
|
* Add unknown user ID check. Use store.get_aliases_for_room(room_id) when ↵Kegan Dougal2015-02-051-0/+1
| | | | searching for services by alias.
* Fix bug in store defer. Add more unit tests.Kegan Dougal2015-02-041-5/+1
|
* Begin to add unit tests for appservice glue and regex testing.Kegan Dougal2015-02-041-0/+68