summaryrefslogtreecommitdiff
path: root/crocoite/test_controller.py
AgeCommit message (Collapse)AuthorFilesLines
2019-05-30controller: Fix DepthLimitLars-Dominik Braun1-1/+14
The policy itself must be stateless, since there can be multiple ExtractLinks events (which would cause DepthLimit to reduce its depth every time).
2019-01-07controller: Test timeoutsLars-Dominik Braun1-0/+106
Lots of copy&pasta. Unfortunately the controller uses asyncio.sleep in a few places.