Esempio n. 1
0
 def setUp(self):
     from adhocracy_core.websockets.server import ClientTracker
     app_root = testing.DummyResource()
     app_root['child'] = testing.DummyResource()
     self._child = app_root['child']
     self._tracker = ClientTracker()