class documentation

Undocumented

Method setUp Add a log observer which records log events in self.out. Also, make sure the default string encoding is ASCII so that testSingleUnicode can test the behavior of logging unencodable unicode messages.
Method tearDown Verify that everything written to the fake file self.out was a str. Also, restore the default string encoding to its previous setting, if it was modified by setUp.
Instance Variable flo ½
Instance Variable lp Undocumented
Instance Variable out Undocumented
Instance Variable _origEncoding Undocumented
def setUp(self): (source)

Add a log observer which records log events in self.out. Also, make sure the default string encoding is ASCII so that testSingleUnicode can test the behavior of logging unencodable unicode messages.

def tearDown(self): (source)

Verify that everything written to the fake file self.out was a str. Also, restore the default string encoding to its previous setting, if it was modified by setUp.

Undocumented

Undocumented

_origEncoding = (source)

Undocumented