from comm import create_comm
comm = create_comm('this-comm-tests-a-missing-handler', data={'id': 'foo'})
comm.send(data={'id': 'bar'})