summary refs log tree commit diff
path: root/tests/storage/test_redaction.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused functions (#711)Mark Haines2016-04-081-47/+4
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Remove more unused parametersDaniel Wagner-Hall2015-11-021-4/+0
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-12/+2
* Replace hs.parse_roomid with RoomID.from_stringMark Haines2015-01-231-2/+2
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-2/+3
* Kill off synapse.api.events.*Erik Johnston2014-12-161-13/+10
* Fix redaction testsErik Johnston2014-12-111-6/+8
* Fix redactions. Fix 'age' keyErik Johnston2014-12-111-3/+3
* Fix some testsErik Johnston2014-12-101-59/+49
* Fix redaction storage testErik Johnston2014-11-101-0/+4
* Fix redaction storage testErik Johnston2014-11-051-0/+12
* Rename redaction test case to something helpfulErik Johnston2014-09-251-1/+1
* More tests.Erik Johnston2014-09-251-1/+82
* Add test for redactionsErik Johnston2014-09-251-0/+181