Exemple #1
0
 def test_timestamp(self):
     # this modified logger doesn't seem to get used during the tests,
     # probably because we don't modify the LogObserver that trial
     # installs (only the one that twistd installs). So manually exercise
     # it a little bit.
     t = formatTimeTahoeStyle("ignored", time.time())
     self.failUnless("Z" in t)
     t2 = formatTimeTahoeStyle("ignored", int(time.time()))
     self.failUnless("Z" in t2)
Exemple #2
0
 def test_timestamp(self):
     # this modified logger doesn't seem to get used during the tests,
     # probably because we don't modify the LogObserver that trial
     # installs (only the one that twistd installs). So manually exercise
     # it a little bit.
     t = formatTimeTahoeStyle("ignored", time.time())
     self.failUnless("Z" in t)
     t2 = formatTimeTahoeStyle("ignored", int(time.time()))
     self.failUnless("Z" in t2)