Add logging
This commit is contained in:
parent
38e6038b8f
commit
911c04cbf1
3 changed files with 122 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
from unittest import TestCase
|
||||
|
||||
from .. import SocketIO, LoggingNamespace, find_callback
|
||||
from .. import SocketIO, LoggingSocketIONamespace, find_callback
|
||||
|
||||
|
||||
HOST = 'localhost'
|
||||
|
|
@ -29,7 +29,7 @@ class Test_XHR_PollingTransport(TestCase, BaseMixin):
|
|||
self.wait_time_in_seconds = 1
|
||||
|
||||
|
||||
class Namespace(LoggingNamespace):
|
||||
class Namespace(LoggingSocketIONamespace):
|
||||
|
||||
def initialize(self):
|
||||
self.args_by_event = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue