1
0
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:
topscoder
2021-07-16 10:04:11 +02:00
parent c01b63752c
commit 5c7660f55e
2 changed files with 19 additions and 1 deletions

View File

@@ -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()

View File

@@ -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.")