beremiz
Clone
Summary
Browse
Changes
Graph
add shell script to run all python tests and automatically handle Xvfb
2017-09-16, Andrey Skvortsov
76f5eba31afd
add shell script to run all python tests and automatically handle Xvfb
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self, func):
self.methods[func.__name__] = func
return func