~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/HttpServer.py

  • Committer: Vincent Ladeuil
  • Date: 2007-04-21 11:31:13 UTC
  • mto: (2420.1.21 bzr.http.auth)
  • mto: This revision was merged to the branch mainline in revision 2463.
  • Revision ID: v.ladeuil+lp@free.fr-20070421113113-b0br4norqbtlx1o2
Doc fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
 
44
44
class TestingHTTPRequestHandler(SimpleHTTPRequestHandler):
 
45
    """Handles one request.
 
46
 
 
47
    A TestingHTTPRequestHandler is instantiated for every request
 
48
    recevied by the associated server.
 
49
    """
45
50
 
46
51
    def log_message(self, format, *args):
47
52
        tcs = self.server.test_case_server