summaryrefslogtreecommitdiff
path: root/testing/tests/server/test_incoming_flow_integration.py
AgeCommit message (Collapse)Author
2017-08-03[feature] integrate incoming loop into serverVictor Shyba
Adds a IncomingBox implementation that can be used by the incoming loop to interact with the server. Includes end to end test from message creation on Incoming API to callback consumer. -- Related: #8914