mirror of
https://github.com/Rikj000/MoniGoMani.git
synced 2022-03-06 00:08:05 +03:00
Fixes code error and adds more info for testing
This commit is contained in:
@@ -21,7 +21,7 @@ from InquirerPy import prompt
|
||||
from InquirerPy.validator import NumberValidator
|
||||
|
||||
from user_data.mgm_tools.mgm_hurry.freqtrade_cli import FreqtradeCli
|
||||
from user_data.mgm_tools.mgm_hurry.MgmCli import MgmCli
|
||||
from user_data.mgm_tools.mgm_hurry.mgm_cli import MgmCli
|
||||
|
||||
from user_data.mgm_tools.mgm_hurry.leet_logger import get_logger
|
||||
logger = get_logger()
|
||||
|
||||
@@ -9,6 +9,24 @@ into more modular code.
|
||||
2. Split and modularize code. The interface should remain unchanged.
|
||||
3. Run unit test
|
||||
- Verify unit test still succeeds
|
||||
|
||||
Also be aware to unit test on code and cli level if differences could occur.
|
||||
|
||||
Interface mgm-hurry:
|
||||
|
||||
MGMHurry.
|
||||
up
|
||||
install_freqtrade
|
||||
install_mgm
|
||||
setup
|
||||
cleanup
|
||||
download_candle_data
|
||||
hyperopt
|
||||
hyperopt_show_results
|
||||
hyperopt_show_epoch
|
||||
hyperopt_apply_epoch
|
||||
backtest
|
||||
start_trader
|
||||
'''
|
||||
|
||||
@pytest.mark.skip(reason="Test not implemented.")
|
||||
|
||||
Reference in New Issue
Block a user