summary refs log tree commit diff
path: root/tests/storage/test_appservice.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use event IDs instead of dumping event content in the txns table.Kegan Dougal2015-03-091-13/+17
|
* Finish appservice txn storage impl and tests.Kegan Dougal2015-03-091-0/+68
|
* Implement create_appservice_txn with tests.Kegan Dougal2015-03-091-0/+67
|
* Partially implement txn store methods with tests.Kegan Dougal2015-03-091-2/+169
|
* Add more unit tests for exclusive namespaces.Kegan Dougal2015-02-271-1/+1
|
* Update unit tests to use new format.Kegan Dougal2015-02-271-3/+9
|
* Fix tests which broke when event caching was introduced.Kegan Dougal2015-02-111-1/+4
|
* Add hs_token column and generate a different token f.e application service.Kegan Dougal2015-02-051-4/+6
|
* Fix bug in store defer. Add more unit tests.Kegan Dougal2015-02-041-0/+105