cleaned code
This commit is contained in:
parent
9b0d12deac
commit
f2b3645cc2
|
@ -11,7 +11,6 @@ class TestProtocol(unittest.TestCase):
|
||||||
def test_check_local(self):
|
def test_check_local(self):
|
||||||
"""Check the logic of TCPConnection.local"""
|
"""Check the logic of TCPConnection.local"""
|
||||||
from pybitmessage import protocol, state
|
from pybitmessage import protocol, state
|
||||||
# import pdb; pdb.set_trace()
|
|
||||||
|
|
||||||
self.assertTrue(
|
self.assertTrue(
|
||||||
protocol.checkIPAddress(protocol.encodeHost('127.0.0.1'), True))
|
protocol.checkIPAddress(protocol.encodeHost('127.0.0.1'), True))
|
||||||
|
|
Reference in New Issue
Block a user