remove nonsense asserts

This commit is contained in:
Janne Sinivirta
2018-07-29 16:23:17 +03:00
parent 42024134ec
commit 1bbb86c621
7 changed files with 0 additions and 98 deletions

View File

@@ -10,12 +10,6 @@ from freqtrade.rpc import RPCMessageType, RPCManager
from freqtrade.tests.conftest import log_has, get_patched_freqtradebot
def test_rpc_manager_object() -> None:
""" Test the Arguments object has the mandatory methods """
assert hasattr(RPCManager, 'send_msg')
assert hasattr(RPCManager, 'cleanup')
def test__init__(mocker, default_conf) -> None:
""" Test __init__() method """
conf = deepcopy(default_conf)