Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 546

Show
Ignore:
Timestamp:
08/21/05 23:16:34
Author:
fumanchu
Message:

webtest.WebCase? now calls tearDown before raising ServerError?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/helper.py

    r537 r546  
    110110         
    111111        if webtest.ServerError.on: 
     112            self.tearDown() 
    112113            raise webtest.ServerError 
     114     
     115    def tearDown(self): 
     116        pass 
    113117     
    114118    def getPage(self, url, headers=None, method="GET", body=None): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets