mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
17 lines
227 B
Python
17 lines
227 B
Python
|
|
||
|
|
||
|
def test__init__():
|
||
|
# TODO: Implement me
|
||
|
pass
|
||
|
|
||
|
|
||
|
def test_send_msg():
|
||
|
# TODO: Implement me
|
||
|
pass
|
||
|
|
||
|
|
||
|
def test__send_msg():
|
||
|
"""Test internal method - calling the actual api"""
|
||
|
# TODO: Implement me
|
||
|
pass
|