Add integration test suite
This commit is contained in:
parent
403f5e7468
commit
702929615d
5 changed files with 2975 additions and 2 deletions
|
@ -273,7 +273,7 @@ class Tox:
|
|||
:return: True on success.
|
||||
|
||||
"""
|
||||
LOG_DEBUG(f"tox_bootstrap={address}")
|
||||
LOG_TRACE(f"tox_bootstrap={address}")
|
||||
address = bytes(address, 'utf-8')
|
||||
tox_err_bootstrap = c_int()
|
||||
try:
|
||||
|
@ -314,7 +314,7 @@ class Tox:
|
|||
:return: True on success.
|
||||
|
||||
"""
|
||||
LOG_DEBUG(f"tox_add_tcp_relay address={address}")
|
||||
LOG_TRACE(f"tox_add_tcp_relay address={address}")
|
||||
address = bytes(address, 'utf-8')
|
||||
tox_err_bootstrap = c_int()
|
||||
result = Tox.libtoxcore.tox_add_tcp_relay(self._tox_pointer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue