示例#1
0
 def test_isLogObserver(self):
     assert ILogObserver.providedBy(plainJSONStdOutLogger())
示例#2
0
 def test_isLogObserver(self):
     assert ILogObserver.providedBy(PlainFileLogObserver(StringIO()))
示例#3
0
 def test_isLogObserver(self):
     assert ILogObserver.providedBy(PlainFileLogObserver(StringIO()))
示例#4
0
 def test_isLogObserver(self):
     assert ILogObserver.providedBy(plainJSONStdOutLogger())
示例#5
0
 def test_isLogObserver(self, sio):
     assert ILogObserver.providedBy(PlainFileLogObserver(sio))