Hi, I tried adding your code in the test module. First I got an error saying setup_module() should have an additional argument. I added the argument. Now I am pass that error but I am getting:
AttributeError: Dummy instance has no attribute 'headerMap' Makes me woder - does Dummy need to extend something from cherrypy? Regards, Vlad

