synapse/tests/api
Daniel Wagner-Hall 2110e35fd6 Introduce a Requester object
This tracks data about the entity which made the request. This is
instead of passing around a tuple, which requires call-site
modifications every time a new piece of optional context is passed
around.

I tried to introduce a User object. I gave up.
2016-01-11 17:48:45 +00:00
..
__init__.py Test ratelimiter 2014-09-02 15:16:26 +01:00
test_auth.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
test_filtering.py copyrights 2016-01-07 04:26:29 +00:00
test_ratelimiting.py Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY 2014-09-12 18:46:13 +01:00