summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-14Fix login to error for nonexistent usersDavid Baker1-1/+1
Fixes SYN-680
2016-04-14fix urlparse import thinko breaking tiny URLsMatthew Hodgson1-5/+5
2016-04-14Make v2_alpha reg follow the AS API specificationKegan Dougal1-0/+5
The spec is clear the key should be 'user' not 'username' and this is indeed the case for v1. This is not true for v2_alpha though, which is what this commit is fixing.
2016-04-14comment out 2c838f6459db35ad9812a83184d85a06ca5d940a due to risk of ↵Matthew Hodgson1-16/+16
https://en.wikipedia.org/wiki/Billion_laughs attacks - thanks @torhve
2016-04-14Measure push action generatorErik Johnston1-11/+15
2016-04-14Don't push for everyone who ever sent an RR to the roomDavid Baker1-1/+13
2016-04-14Add missing yieldErik Johnston1-1/+1
2016-04-14Rename log contextErik Johnston1-1/+1
2016-04-14Make send_badge privateErik Johnston1-2/+2
2016-04-14Add desc argErik Johnston1-1/+5
2016-04-14